Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.HTTPEnable Property

Gets or sets whether caching of HTTP replies is enabled or disabled.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.HTTPEnable [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_HTTPEnable(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_HTTPEnable(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
A Boolean value that specifies whether caching of HTTP replies is enabled.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration