#include <cstdint>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. | |