Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.SSLPort Property

Gets or sets the SSL port.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.SSLPort [ = lSSLPort ]

C++ Syntax[C++]

HRESULT get_SSLPort(
  long *plSSLPort
);
 
HRESULT put_SSLPort(
  long lSSLPort
);

Parameters

lSSLPort
Long value that specifies the SSL port.

The property is read-write.

Note  When you change the SSL port, and have saved changes by using the Save method, the Web proxy (w3proxy) service must be restarted for your change to take effect. To stop and restart the Web proxy service, use the FPCArray.SendRestartNotification method.

Applies To

FPCWebRequestConfiguration