xtd 0.2.0
Loading...
Searching...
No Matches

◆ socket_shutdown

Defines constants that are used by the xtd::net::sockets::socket::shutdown method.

enum class socket_shutdown
socket_shutdown
Defines constants that are used by the xtd::net::sockets::socket::shutdown method.
Definition socket_shutdown.h:31
Header
#include <xtd/net/sockets/socket_shutdown>
Namespace
xtd::net::sockets
Library
xtd.core
Remarks
The xtd::net::sockets::socket_shutdown enumeration defines the values that can be passed to 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.