mscorlib(4.0.0.0) API with additions
SocketShutdown.cs
1 namespace System.Net.Sockets
2 {
4  public enum SocketShutdown
5  {
7  Receive,
9  Send,
11  Both
12  }
13 }
SocketShutdown
Defines constants that are used by the M:System.Net.Sockets.Socket.Shutdown(System....