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

Gets the date/time that the ServicePoint went idle.

[Visual Basic]
Public ReadOnly Property IdleSince As DateTime
[C#]
public DateTime IdleSince {get;}
[C++]
public: __property DateTime get_IdleSince();
[JScript]
public function get IdleSince() : DateTime;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace