FpcProxyObjSources enumeration
Applies to: desktop apps only
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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010