Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.FTPRedirectPort Property

Gets the port to redirect a request if the Web proxy service redirects it as an FTP request. To set the port, use the SetWebSiteAndPorts method.

Note  Rule requirements, including redirection requirements, are addressed by the member of the array that actually handles the request, after intra-array resolution (using CARP) is completed.

VBScript Syntax[VBScript]

[ lFTPRedirectPort = ]FPCWebPublishingRule.FTPRedirectPort 

C++ Syntax[C++]

HRESULT get_FTPRedirectPort( 
  long *plFTPRedirectPort
);

Parameters

lFTPRedirectPort
Long value that specifies the port.

The property is read-only.

Applies To

FPCWebPublishingRule