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

Enables or disables lingering after close.

[Visual Basic]
Public Enabled As Boolean
[C#]
public bool Enabled;
[C++]
public: bool Enabled;
[JScript]
public var Enabled : Boolean;

See Also

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