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);
TCPClient Class | TCPClient Members | System.Net.Sockets Namespace | LingerOption