Microsoft Internet Security and Acceleration Server 2004 SDK

HTTPConfiguration Property of IFPCCacheRule[C++]

FPCCacheRule.HTTPConfiguration [Visual Basic]

[C++]

The HTTPConfiguration property gets an FPCHTTPCacheConfiguration object that defines the HTTP cache configuration.

HRESULT get_HTTPConfiguration(
  IFPCHTTPCacheConfiguration** ppHTTPCacheConfiguration
);

Parameters

ppHTTPCacheConfiguration
Address of an interface pointer that on return points to an IFPCHTTPCacheConfiguration interface that represents the HTTP cache configuration.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The HTTP cache configuration can be modified by calling the properties of the IFPCHTTPCacheConfiguration interface retrieved.

[Visual Basic]

The HTTPConfiguration property gets an FPCHTTPCacheConfiguration object that defines the HTTP cache configuration.

Property HTTPConfiguration As FPCHTTPCacheConfiguration

Property Value

Reference to an FPCHTTPCacheConfiguration object that defines the HTTP cache configuration.

Remarks

This property is read-only. The HTTP cache configuration can be modified by calling the properties of the FPCHTTPCacheConfiguration object retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheRule