Microsoft Internet Security and Acceleration Server 2004 SDK

FPCIPOnNetwork

The FPCIPOnNetwork object provides access to a group of 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 an element of an FPCIPsOnNetworks collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCIPOnNetwork object defines the following methods.

Method Description
Refresh Recursively reads the values of all of the object's properties, including the properties of its subobjects and their elements (for collections), from persistent storage, overwriting any changes that were not saved.
Save Recursively writes the current values of all of the object's properties and the elements of its subobject (a collection) to persistent storage.

Properties

The FPCIPOnNetwork object has the following properties.

Property Description
IPAddresses Gets an FPCIPAddresses collection that contains a set of IP addresses on the network.
IPSelectionMethod Gets or sets a value from the FpcIPSelectionMethods enumerated type that specifies the method for selecting IP addresses on the network.
Network Gets an FPCRef object that references the FPCNetwork object representing the network that contains the IP addresses.

Remarks

This object implements the IFPCIPOnNetwork 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