SocketShutdown

SocketShutdown enum

Defines constants used by the Socket.Shutdown method.

enum class SocketShutdown

Values

NameValueDescription
Receive0Disables the socket for receiving.
Send1Disables the socket for sending.
Both2Disables the socket for both sending and receiving.

See Also