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);
The default value for MaxServicePoints is 0, which means there is no limit to the number of ServicePoint instances that may be maintained.
ServicePointManager Class | ServicePointManager Members | System.Net Namespace