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.DefaultPersistentConnectionLimit

The default number of persistent connections allowed on a ServicePoint.

[Visual Basic]
Public Const DefaultPersistentConnectionLimit As Integer
[C#]
public const int DefaultPersistentConnectionLimit;
[C++]
public: const int DefaultPersistentConnectionLimit;
[JScript]
public var DefaultPersistentConnectionLimit : int;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace