IFPCWebPublishingProperties::PathMappings property

Applies to: desktop apps only

The PathMappings property gets an FPCPathMappings collection that contains mappings of external paths that can be used by users in incoming requests to internal paths of directories on the published Web server.

This property is read-only.

Syntax

HRESULT get_PathMappings(
  IFPCPathMappings **ppPathMappings
);
' Data type: FPCPathMappings

Property PathMappings( _
  ByVal ppPathMappings As IFPCPathMappings _
) As FPCPathMappings

Property value

Reference to an FPCPathMappings collection that contains mappings of external paths that can be used by users in incoming requests to internal paths of directories on the published Web server.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCPathMappings collection retrieved (the IFPCPathMappings interface retrieved in C++).

Before forwarding a request to the published Web server, Forefront TMG checks the path specified in the request (the external path). If a path mapping is found for the path specified in the request, Forefront TMG replaces the path specified in the request by the corresponding internal path.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCWebPublishingProperties

 

 

Build date: 7/12/2010