xtd 0.2.0
Loading...
Searching...
No Matches
socket_shutdown_constants.h File Reference
#include <cstdint>

Definition

Contains socket shutdown constants.

Go to the source code of this file.

Variables

constexpr int32_t SOCKET_SHUTDOWN_RECEIVE
 Disables a xtd::net::sockets::socket for receiving.
 
constexpr int32_t SOCKET_SHUTDOWN_SEND
 Disables a xtd::net::sockets::socket for sending.
 
constexpr int32_t SOCKET_SHUTDOWN_BOTH
 Disables a xtd::net::sockets::socket for both sending and receiving.