The FpcProxyObjSources enumerated type contains values that indicate sources of proxy objects.
typedef enum FpcProxyObjSources { fpcSrcUnknown
The source of the proxy object is unknown.
= 0, fpcSrcCache
The proxy object was supplied from the cache.
= 1, fpcSrcVerifiedCache
The cache sent an If-Modified-Since (IMS) request to the Internet server and received a 304 (Not Modified) response.
= 2, fpcSrcNotVerifiedCache
The cache failed to send an IMS request to the Internet server and supplied the cached object.
= 3, fpcSrcVerifyFailedInternet
The cache sent an IMS request to the Internet server, but did not receive a 304 response.
= 4, fpcSrcInternet
The proxy object was supplied from the Internet server.
= 5, fpcSrcMember
This value is reserved for a future release.
= 6, fpcSrcUpstream
The proxy object was supplied from an upstream server.
= 7, fpcSrcNotModified
The client requested an IMS request, and the cache returned a 304 response.
= 8 } FpcProxyObjSources;
The source of the proxy object is unknown.
The proxy object was supplied from the cache.
The cache sent an If-Modified-Since (IMS) request to the Internet server and received a 304 (Not Modified) response.
The cache failed to send an IMS request to the Internet server and supplied the cached object.
The cache sent an IMS request to the Internet server, but did not receive a 304 response.
The proxy object was supplied from the Internet server.
This value is reserved for a future release.
The proxy object was supplied from an upstream server.
The client requested an IMS request, and the cache returned a 304 response.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.