7#if !defined(__XTD_CORE_NATIVE_LIBRARY__)
8#error "Do not include this file: Internal use only"
constexpr int32_t SOCKET_SHUTDOWN_BOTH
Disables a xtd::net::sockets::socket for both sending and receiving.
Definition socket_shutdown_constants.h:36
constexpr int32_t SOCKET_SHUTDOWN_RECEIVE
Disables a xtd::net::sockets::socket for receiving.
Definition socket_shutdown_constants.h:20
constexpr int32_t SOCKET_SHUTDOWN_SEND
Disables a xtd::net::sockets::socket for sending.
Definition socket_shutdown_constants.h:28