NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePoint.ConnectionLimit

Gets or sets the maximum number of connections allowed on this ServicePoint.

[Visual Basic]
Public Property ConnectionLimit As Integer
[C#]
public int ConnectionLimit {get; set;}
[C++]
public: __property int get_ConnectionLimit();
public: __property void set_ConnectionLimit(int);
[JScript]
public function get ConnectionLimit() : int;
public function set ConnectionLimit(int);

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The connection limit is 0 or less.

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace