Microsoft Internet Security and Acceleration Server 2004 SDK

FpcProxyObjSources

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

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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types