FpcProxyObjSources Enumeration

The FpcProxyObjSources enumerated type contains values that indicate sources of proxy objects.

Syntax

typedef enum FpcProxyObjSources {
  fpcSrcUnknown
fpcSrcUnknown

The source of the proxy object is unknown.

				= 0,
  fpcSrcCache
fpcSrcCache

The proxy object was supplied from the cache.

				= 1,
  fpcSrcVerifiedCache
fpcSrcVerifiedCache

The cache sent an If-Modified-Since (IMS) request to the Internet server and received a 304 (Not Modified) response.

		= 2,
  fpcSrcNotVerifiedCache
fpcSrcNotVerifiedCache

The cache failed to send an IMS request to the Internet server and supplied the cached object.

	 = 3,
  fpcSrcVerifyFailedInternet
fpcSrcVerifyFailedInternet

The cache sent an IMS request to the Internet server, but did not receive a 304 response.

   = 4,
  fpcSrcInternet
fpcSrcInternet

The proxy object was supplied from the Internet server.

			 = 5,
  fpcSrcMember
fpcSrcMember

This value is reserved for a future release.

				 = 6,
  fpcSrcUpstream
fpcSrcUpstream

The proxy object was supplied from an upstream server.

			 = 7,
  fpcSrcNotModified
fpcSrcNotModified

The client requested an IMS request, and the cache returned a 304 response.

			= 8
} FpcProxyObjSources;

Constants

fpcSrcUnknown

The source of the proxy object is unknown.

fpcSrcCache

The proxy object was supplied from the cache.

fpcSrcVerifiedCache

The cache sent an If-Modified-Since (IMS) request to the Internet server and received a 304 (Not Modified) response.

fpcSrcNotVerifiedCache

The cache failed to send an IMS request to the Internet server and supplied the cached object.

fpcSrcVerifyFailedInternet

The cache sent an IMS request to the Internet server, but did not receive a 304 response.

fpcSrcInternet

The proxy object was supplied from the Internet server.

fpcSrcMember

This value is reserved for a future release.

fpcSrcUpstream

The proxy object was supplied from an upstream server.

fpcSrcNotModified

The client requested an IMS request, and the cache returned a 304 response.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.