Gets or sets a value that specifies whether the client will delay closing
in an attempt to send all pending data.
| C# | Visual Basic |
public LingerOption LingerState { get; set; }
Public Property LingerState As LingerOption
A LingerOption that specifies
how to linger while closing a socket.
See Socket.LingerState.
In Widcomm, linger false (disabled) is not supported.