Microsoft Internet Security and Acceleration Server 2004 SDK

FTPConfiguration Property of IFPCCacheRule[C++]

FPCCacheRule.FTPConfiguration [Visual Basic]

[C++]

The FTPConfiguration property gets an FPCFTPCacheConfiguration object that defines the FTP cache configuration.

HRESULT get_FTPConfiguration(
  IFPCFTPCacheConfiguration** ppCacheConfiguration
);

Parameters

ppCacheConfiguration
Address of an interface pointer that on return points to an IFPCFTPCacheConfiguration interface that represents the FTP 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 FTP cache configuration can be modified by calling the properties of the IFPCFTPCacheConfiguration interface retrieved.

[Visual Basic]

The FTPConfiguration property gets an FPCFTPCacheConfiguration object that defines the FTP cache configuration.

Property FTPConfiguration As FPCFTPCacheConfiguration

Property Value

Reference to an FPCFTPCacheConfiguration object that defines the FTP cache configuration.

Remarks

This property is read-only. The FTP cache configuration can be modified by calling the properties of the FPCFTPCacheConfiguration 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