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

The default number of loopback (local) connections allowed on a ServicePoint.

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

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace