Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.TCPPort Property

Gets or sets the Transmission Control Protocol (TCP) port.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.TCPPort [ = lTCPPort ]

C++ Syntax[C++]

HRESULT get_TCPPort( 
  long *plTCPPort
);
 
HRESULT put_TCPPort(
  long lTCPPort
);

Parameters

lTCPPort
Long value that specifies TCP port.

The property is read-write.

Note  When you change the TCP 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