Microsoft Internet Security and Acceleration Server 2004 SDK

IPsOnNetworks Property of IFPCWebListener[C++]

FPCWebListener.IPsOnNetworks [Visual Basic]

[C++]

The IPsOnNetworks property gets an FPCIPsOnNetworks collection that contains IP addresses on which the Web listener listens.

HRESULT get_IPsOnNetworks(
  IFPCIPsOnNetworks** ppIPsOnNetworks
);

Parameters

ppIPsOnNetworks
Address of an interface pointer that on return points to an IFPCIPsOnNetworks interface that represents a collection of IP addresses on which the Web listener listens.

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. It can be modified by calling the properties and methods of the IFPCIPsOnNetworks interface retrieved.

[Visual Basic]

The IPsOnNetworks property gets an FPCIPsOnNetworks collection that contains IP addresses on which the Web listener listens.

Property IPsOnNetworks As FPCIPsOnNetworks

Property Value

Reference to an FPCIPsOnNetworks collection that contains IP addresses on which the Web listener listens.

Remarks

This property is read-only. It can be modified by modifying the FPCIPsOnNetworks collection 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

FPCWebListener