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

The default maximum idle time for a ServicePoint. The default is 43,200 seconds, or 12 hours.

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

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace