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!

TCPClient.LingerState

Gets or sets the value of the connection's linger option.

[Visual Basic]
Public Property LingerState As LingerOption
[C#]
public LingerOption LingerState {get; set;}
[C++]
public: __property LingerOption* get_LingerState();
public: __property void set_LingerState(LingerOption*);
[JScript]
public function get LingerState() : LingerOption;
public function set LingerState(LingerOption);

See Also

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