socket & xtd::net::sockets::socket::no_delay | ( | bool | value | ) |
Gets a boolean value that specifies whether the stream xtd::net::sockets::socket is using the Nagle algorithm.
value | false if the xtd::net::sockets::socket uses the Nagle algorithm; otherwise, true. The default is false. |
xtd::net::sockets::socket_exception | This option is valid for a datagram socket only. |
xtd::object_closed_exception | The xtd::net::sockets::socket has been closed. |