Share via


IFPCPrimaryRoute::SetRedirectHostAndPorts method

Applies to: desktop apps only

The SetRedirectHostAndPorts method sets the name of the host for redirecting requests from Web proxy clients and the ports to use.

Syntax

HRESULT SetRedirectHostAndPorts(
  [in]  BSTR Host,
  [in]  long RedirectHostPort,
  [in]  long RedirectHostSSLPort
);
FPCPrimaryRoute.SetRedirectHostAndPorts( _
  ByVal Host As String, _
  ByVal RedirectHostPort As Long, _
  ByVal RedirectHostSSLPort As Long _
)

Parameters

  • Host [in]

    C++ BSTR that specifies the name of the host.
    VB String that specifies the name of the host.
  • RedirectHostPort [in]
    A 32-bit integer that specifies the port to use for HTTP requests. It can have a value from 1 to 65535.

  • RedirectHostSSLPort [in]
    A 32-bit integer that specifies the port to use for HTTPS requests. It can have a value from 1 to 65535.

Return value

C++

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

VB

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

This method sets the RedirectHost, RedirectHostPort, and RedirectHostSSLPort properties.

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

FPCPrimaryRoute

 

 

Build date: 7/12/2010