FpcProxyObjSources Enumeration
The FpcProxyObjSources enumerated type contains values that indicate sources of proxy objects.
Syntax
typedef enum FpcProxyObjSources {
fpcSrcUnknown = 0,
fpcSrcCache = 1,
fpcSrcVerifiedCache = 2,
fpcSrcNotVerifiedCache = 3,
fpcSrcVerifyFailedInternet = 4,
fpcSrcInternet = 5,
fpcSrcMember = 6,
fpcSrcUpstream = 7,
fpcSrcNotModified = 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 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010