mscorlib(4.0.0.0) API with additions
SocketAsyncOperation.cs
1 namespace System.Net.Sockets
2 {
4  public enum SocketAsyncOperation
5  {
7  None,
9  Accept,
11  Connect,
13  Disconnect,
15  Receive,
21  Send,
25  SendTo
26  }
27 }
The Accept header, which specifies the MIME types that are acceptable for the response.
Indicates that the application is allowed to connect to specific Internet resources....
SocketAsyncOperation
The type of asynchronous socket operation most recently performed with this context object.