Microsoft Internet Security and Acceleration Server 2004 SDK

SameAsInternalPath Property of IFPCPathMapping[C++]

FPCPathMapping.SameAsInternalPath [Visual Basic]

[C++]

The SameAsInternalPath property gets a Boolean value that indicates whether the external path is the same as the internal path. The external path is the public path used by users when sending incoming requests, and the internal path is the private path to the published subdirectory on the Web server.

HRESULT get_SameAsInternalPath(
  VARIANT_BOOL* pfSameAsInternalPath
);

Parameters

pfSameAsInternalPath
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the external path is the same as the internal path, or to VARIANT_FALSE if the external path differs from the internal path.

Return Values

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 set by calling the FPCPathMappings.Add method

When this property is set to VARIANT_TRUE, the ExternalPath property is ignored.

[Visual Basic]

The SameAsInternalPath property gets a Boolean value that indicates whether the external path is the same as the internal path. The external path is the public path used by users when sending incoming requests, and the internal path is the private path to the published subdirectory on the Web server.

Property SameAsInternalPath As Boolean

Property Value

Boolean value that indicates whether the external path is the same as the internal path.

Remarks

This property is read-only. It can be set by calling the FPCPathMappings.Add method

When this property is set to True, the ExternalPath property is ignored.

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

FPCPathMapping