IFPCWebProxy2::LinkTranslationRedirection property

Applies to: desktop apps only

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

This property is read-only.

Syntax

HRESULT get_LinkTranslationRedirection(
  IFPCLinkTranslationRedirection **ppLinkTranslationRedirection
);
' Data type: FPCLinkTranslationRedirection

Property LinkTranslationRedirection( _
  ByVal ppLinkTranslationRedirection As IFPCLinkTranslationRedirection _
) As FPCLinkTranslationRedirection

Property value

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

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. 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

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

FPCWebProxy

 

 

Build date: 7/12/2010