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

Gets or sets the maximum idle time allowed for this ServicePoint.

[Visual Basic]
Public Property MaxIdleTime As Integer
[C#]
public int MaxIdleTime {get; set;}
[C++]
public: __property int get_MaxIdleTime();
public: __property void set_MaxIdleTime(int);
[JScript]
public function get MaxIdleTime() : int;
public function set MaxIdleTime(int);

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace