socket & xtd::net::sockets::socket::blocking | ( | bool | value | ) |
Sets a value that indicates whether the xtd::net::sockets::socket is in blocking mode.
value | true if the xtd::net::sockets::socket will block; otherwise, false. The default is true. |
xtd::net::sockets::socket_exception | An error occurred when attempting to access the socket. |
xtd::object_closed_exception | The xtd::net::sockets::socket has been closed. |