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.
HRESULT get_PathMappings( IFPCPathMappings** ppPathMappings );
Address of an interface pointer that on return points to an IFPCPathMappings interface that represents the collection of path mappings.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property PathMappings As FPCPathMappings
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.
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.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.