Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.CacheWithNoLastModDate Property

Gets or sets whether caching of replies that are missing the modification date is enabled or disabled.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.CacheWithNoLastModDate [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_CacheWithNoLastModDate(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_CacheWithNoLastModDate(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
A Boolean value that specifies whether caching of replies that are missing the modification date is enabled.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration