LinkTranslationRedirection Property of the IFPCWebProxy2 Interface

The LinkTranslationRedirection property gets an FPCLinkTranslationRedirection object that holds the configuration settings for redirecting links to unpublished sites in link translation.

[C++]
HRESULT get_LinkTranslationRedirection(
	IFPCLinkTranslationRedirection** ppLinkTranslationRedirection
);

Parameters

ppLinkTranslationRedirection

Address of an interface pointer that on return points to an IFPCLinkTranslationRedirection interface that represents the configuration settings for redirecting links to unpublished sites in link translation.

Return Value

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

[Visual Basic]
Property LinkTranslationRedirection As FPCLinkTranslationRedirection

Property Value

Reference to an FPCLinkTranslationRedirection object that holds the configuration settings for redirecting links to unpublished sites in link translation.

Remarks

This property is read-only. However, the configuration settings for redirecting links to unpublished sites in link translation can be modified directly using the properties of the FPCLinkTranslationRedirection object retrieved (the IFPCLinkTranslationRedirection interface retrieved in C++).

After the configuration settings for redirecting links to unpublished sites in link translation have been modified, the changes must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the changes to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services after Configuration Changes.

Requirements

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.

See Also

FPCWebProxy


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.