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);
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | The connection limit is 0 or less. |
ServicePoint Class | ServicePoint Members | System.Net Namespace