Microsoft Internet Security and Acceleration Server 2004 SDK

FPCPathMapping

The FPCPathMapping object represents a mapping of an external path to an internal path on a server published by a Web publishing rule. The external path is the public path used by users in their incoming requests, and the internal path is the private path to the published directory on the Web server.

Path mappings are used in Web publishing rules. Before forwarding a request to the published Web server, ISA Server checks the (external) path specified in the request. If a path mapping is found for the path specified in the request, ISA Server replaces the path specified in the request by the corresponding internal path. Note that the external path in each path mapping must be distinct and unique. For more information, see FPCWebPublishingProperties.

This object is typically an element of an FPCPathMappings collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCPathMapping object defines the following methods.

Method Description
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCPathMapping object has the following properties.

Property Description
ExternalPath Gets the external path for the mapping.
InternalPath Gets the internal path for the mapping.
SameAsInternalPath Gets a Boolean value that indicates whether the external path is the same as the internal path.

Remarks

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