get_LingerState()

Socket::get_LingerState() method

Gets a value that indicates if the socket will delay closing in an attempt to send all pending data.

System::SharedPtr<LingerOption> System::Net::Sockets::Socket::get_LingerState()

Return Value

A value that indicates if the socket will delay closing in an attempt to send all pending data.

See Also