Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Net.​Sockets.​SocketShutdown
Assembly: System.Net.Sockets
Defines constants that are used by the <see cref="M:System.Net.Sockets.Socket.Shutdown(System.Net.Sockets.SocketShutdown)" /> method.
Values
Receive
Disables a <see cref="T:System.Net.Sockets.Socket" /> for receiving. This field is constant.
Send
Disables a <see cref="T:System.Net.Sockets.Socket" /> for sending. This field is constant.
Both
Disables a <see cref="T:System.Net.Sockets.Socket" /> for both sending and receiving. This field is constant.