Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.NumberOfConnections Property

Gets or sets the number of simultaneous connections with the Internet. When UnlimitedNumberOfConnections is set to TRUE, this property is ignored.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.NumberOfConnections [ = lNumberOfConnections ]

C++ Syntax[C++]

HRESULT get_NumberOfConnections(
  long *plNumberOfConnections
);
 
HRESULT put_NumberOfConnections( 
  long lNumberOfConnections
);

Parameters

lNumberOfConnections
Long value that specifies the number of connections with the Internet.

The property is read-write.

Applies To

FPCWebRequestConfiguration