Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.HTTPRedirectPort Property

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

VBScript Syntax[VBScript]

[ lHTTPRedirectPort = ] FPCWebPublishingRule.HTTPRedirectPort 

C++ Syntax[C++]

HRESULT get_HTTPRedirectPort( 
  long *plHTTPRedirectPort
);

Parameters

lHTTPRedirectPort
Long value that specifies the port.

The property is read-only.

Applies To

FPCWebPublishingRule