public enum SocketShutdown
Object
ValueType
Enum
SocketShutdown
System
Networking
Specifies whether the ability to send or receive data is terminated when the System.Net.Sockets.Socket.Shutdown(System.Net.Sockets.SocketShutdown) method is called on a connected Socket instance.
System.Net.Sockets Namespace
SocketShutdown Fields
SocketShutdown.Both Field
SocketShutdown.Receive Field
SocketShutdown.Send Field
SocketShutdown.value__ Field
Both = 2;
Specifies to terminate the ability to send and receive data on a Socket instance.
System.Net.Sockets.SocketShutdown Enum, System.Net.Sockets Namespace
Receive = 0;
Specifies to terminate the ability to receive data on a Socket instance.
System.Net.Sockets.SocketShutdown Enum, System.Net.Sockets Namespace
Send = 1;
Specifies to terminate the ability to send data from a Socket instance.
System.Net.Sockets.SocketShutdown Enum, System.Net.Sockets Namespace
value__;
System.Net.Sockets.SocketShutdown Enum, System.Net.Sockets Namespace