Microsoft Internet Security and Acceleration Server 2004 SDK

CacheContents Property of IFPCCache[C++]

FPCCache.CacheContents [Visual Basic]

[C++]

The CacheContents property gets an FPCCacheContents object that provides a method for downloading content to the cache.

HRESULT get_CacheContents(
  IFPCCacheContents** ppCacheContents
);

Parameters

ppCacheContents
Address of an interface pointer that on return points to an IFPCCacheContents interface that provides methods for downloading content to the cache.

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.

You can use the FetchURL method of the IFPCCacheContents object retrieved to download content directly to the ISA Server cache.

[Visual Basic]

The CacheContents property gets an FPCCacheContents object that provides a method for downloading content to the cache.

Property CacheContents As FPCCacheContents

Property Value

Reference to an FPCCacheContents object.

Remarks

This property is read-only.

You can use the FetchURL method of the FPCCacheContents object retrieved to download content directly to the ISA Server cache.

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

FPCCache