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!

LingerOption.LingerTime

The amount of time, in seconds, to remain connected after a close.

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

See Also

LingerOption Class | LingerOption Members | System.Net.Sockets Namespace