Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.SSLRedirectPort Property

Gets the port to redirect requests if redirecting as an SSL request. To set the port, use the SetWebSiteAndPorts method.

VBScript Syntax[VBScript]

[ lSSLRedirectPort = ] FPCWebPublishingRule.SSLRedirectPort 

C++ Syntax[C++]

HRESULT get_SSLRedirectPort(
  long *plSSLRedirectPort
);

Parameters

lSSLRedirectPort
Long value that specifies the port.

The property is read-only.

Applies To

FPCWebPublishingRule