|
strong |
Defines constants that are used by the xtd::net::sockets::socket::shutdown method.
Enumerator | |
---|---|
receive | Disables a xtd::net::sockets::socket for receiving. This field is constant. |
send | Disables a xtd::net::sockets::socket for sending. This field is constant. |
both | Disables a xtd::net::sockets::socket for both sending and receiving. This field is constant. |