Microsoft Internet Security and Acceleration Server 2004 SDK

WebListenerProperties Property of IFPCNetwork[C++]

FPCNetwork.WebListenerProperties [Visual Basic]

[C++]

The WebListenerProperties property gets an FPCWebListenerProperties object that contains the properties of the Web listener for outgoing requests from the network.

HRESULT get_WebListenerProperties(
  IFPCWebListenerProperties** ppWebListenerProperties
);

Parameters

ppWebListenerProperties
Address of an interface pointer that on return points to an IFPCWebListenerProperties interface that represents the properties of the Web listener for outgoing requests from the network.

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.

[Visual Basic]

The WebListenerProperties property gets an FPCWebListenerProperties object that contains the properties of the Web listener for outgoing requests from the network.

Property WebListenerProperties As FPCWebListenerProperties

Property Value

Reference to an FPCWebListenerProperties object that contains the properties of the Web listener for outgoing requests from the network.

Remarks

This property is read-only.

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

FPCNetwork