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

The number of non-persistant connections allowed on a ServicePoint.

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

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace