System::Net::Sockets::SocketShutdown enum
SocketShutdown enum
Defines constants used by the Socket.Shutdown method.
enum class SocketShutdown
Values
| Name | Value | Description | 
|---|---|---|
| Receive | 0 | Disables the socket for receiving. | 
| Send | 1 | Disables the socket for sending. | 
| Both | 2 | Disables the socket for both sending and receiving. | 
See Also
- Namespace System::Net::Sockets
 - Library Aspose.Font for C++