Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.CacheNon200Responses Property

Gets or sets whether caching of replies whose responses were not OK (200) is enabled or disabled.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.CacheNon200Responses [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_CacheNon200Responses(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_CacheNon200Responses(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
A Boolean value that specifies whether caching of replies whose responses were not OK is enabled.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration