Microsoft Internet Security and Acceleration Server 2004 SDK

FPCPublicNames Collection

The FPCPublicNames collection contains a group of public names. Public names can be DNS names and IP addresses that are resolved to the internal address of a Web server through a Web publishing rule. In this case, the FPCPublicNames object is accessed through the PublicNames property of an FPCWebPublishingProperties object. Public names can also be domain names of destinations that clients are allowed to access directly, bypassing the Microsoft Firewall service. In this case, the FPCPublicNames object is accessed through the DirectAddressDestinations property of an FPCClientAutoScript object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCPublicNames collection defines the following methods.

Method Description
Add Adds a public name to the collection.
Item Retrieves the requested public name from the collection.
Refresh Reads the property and elements of the collection from persistent storage, overwriting any changes that were not saved.
Remove Removes the specified public name from the collection.
Save Writes the current values of the collection's property and elements to persistent storage.

Properties

The FPCPublicNames collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of public names in the collection.

Remarks

This collection implements the IFPCPublicNames 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