xtd 0.2.0
Loading...
Searching...
No Matches
socket shutdown

Definition

socket shutdown definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ SOCKET_SHUTDOWN_RECEIVE

constexpr int32_t SOCKET_SHUTDOWN_RECEIVE
constexpr

#include <xtd.core.native/include/xtd/native/socket_shutdown_constants.h>

Disables a xtd::net::sockets::socket for receiving.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_SHUTDOWN_SEND

constexpr int32_t SOCKET_SHUTDOWN_SEND
constexpr

#include <xtd.core.native/include/xtd/native/socket_shutdown_constants.h>

Disables a xtd::net::sockets::socket for sending.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_SHUTDOWN_BOTH

constexpr int32_t SOCKET_SHUTDOWN_BOTH
constexpr

#include <xtd.core.native/include/xtd/native/socket_shutdown_constants.h>

Disables a xtd::net::sockets::socket for both sending and receiving.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only