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 Web browsers are allowed to access directly, bypassing the ISA Server Web proxy. 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. |
Interfaces for C++ Programming
This collection implements the IFPCPublicNames interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |