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!

ServicePointManager.MaxServicePoints

Gets or sets the maximum number of System.Net.ServicePoints that should be maintained at any time.

[Visual Basic]
Public Shared Property MaxServicePoints As Integer
[C#]
public static int MaxServicePoints {get; set;}
[C++]
public: __property static int get_MaxServicePoints();
public: __property static void set_MaxServicePoints(int);
[JScript]
public static function get MaxServicePoints() : int;
public static function set MaxServicePoints(int);

Remarks

The default value for MaxServicePoints is 0, which means there is no limit to the number of ServicePoint instances that may be maintained.

See Also

ServicePointManager Class | ServicePointManager Members | System.Net Namespace