Microsoft Internet Security and Acceleration Server 2004 SDK

FPCIPsOnNetworks Collection

The FPCIPsOnNetworks collection provides access to a group of FPCIPOnNetwork objects. Each FPCIPOnNetwork object represents one or more IP addresses on which the ISA Server computer listens for requests from a particular network on behalf of a server published by a publishing rule, or on which a Web listener on the ISA Server computer listens for Web requests from a particular network.

This object is typically accessed through the IPsOnNetworks property of an FPCServerPublishingProperties object or through the IPsOnNetworks property of an FPCWebListener object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCIPsOnNetworks collection defines the following methods.

Method Description
Add Adds a new FPCIPOnNetwork object to the collection.
Item Retrieves the given FPCIPOnNetwork object from the collection.
Refresh Recursively reads all the properties of the collection and its elements from persistent storage, overwriting any changes that have not been saved.
Remove Removes an FPCIPOnNetwork object from the collection.
Save Recursively writes the current values of all the properties of the collection and its elements, including all the properties of its subobjects, to persistent storage.

Properties

The FPCIPsOnNetworks collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCIPOnNetwork objects in the collection.

Remarks

This collection implements the IFPCIPsOnNetworks interface.

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

COM Objects