Microsoft Internet Security and Acceleration Server 2004 SDK

IPsOnNetworks Property of IFPCServerPublishingProperties[C++]

FPCServerPublishingProperties.IPsOnNetworks [Visual Basic]

[C++]

The IPsOnNetworks property gets an FPCIPsOnNetworks collection that contains the IP addresses on which the ISA Server computer listens for requests from particular networks on behalf of the server published by the rule.

HRESULT get_IPsOnNetworks(
  IFPCIPsOnNetworks** ppIPsOnNetworks
);

Parameters

ppIPsOnNetworks
Address of an interface pointer that on return points to an IFPCIPsOnNetworks interface that represents the collection of IP addresses on which the ISA Server computer listens for requests from particular networks on behalf of the server published by the rule.

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 methods of the IFPCIPsOnNetworks interface.

[Visual Basic]

The IPsOnNetworks property gets an FPCIPsOnNetworks collection that contains the IP addresses on which the ISA Server computer listens for requests from particular networks on behalf of the server published by the rule.

Property IPsOnNetworks As FPCIPsOnNetworks

Property Value

Reference to an FPCIPsOnNetworks collection that contains the IP addresses on which the ISA Server computer listens for requests from particular networks on behalf of the server published by the rule.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCIPsOnNetworks collection.

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

FPCServerPublishingProperties