Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.UnlimitedNumberOfConnections Property

Gets or sets whether the Web proxy has an unlimited number of connections.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.UnlimitedNumberOfConnections [ = bUnlimitedNumberOfConnections ]

C++ Syntax[C++]

HRESULT get_UnlimitedNumberOfConnections( 
  VARIANT_BOOL *pbUnlimitedNumberOfConnections
);
 
HRESULT put_UnlimitedNumberOfConnections( 
  VARIANT_BOOL bUnlimitedNumberOfConnections
);

Parameters

bUnlimitedNumberOfConnections
A Boolean value that specifies whether the Web proxy has an unlimited number of connections. When set to TRUE, the value of NumberOfConnections is ignored.

The property is read-write.

Applies To

FPCWebRequestConfiguration