Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.SetRedirectHostAndPorts Method

Sets whether requests are redirected to a hosted site, specified by a host site name and port number.

VBScript Syntax[VBScript]

FPCPrimaryRoute.SetRedirectHostAndPorts [= sHost , lRedirectHostPort, lRedirectHostSSLPort ]

C++ Syntax[C++]

HRESULT SetRedirectHostAndPorts (
  BSTR sHost,
  long lRedirectHostPort
  long lRedirectHostSSLPort
);

Parameters

sHost
String that specifies the Host.
lRedirectHostPort
Long value that specifies the host port number.
lRedirectHostSSLPort
Long value that specifies the host port number for SSL.

Applies To

FPCPrimaryRoute