mscorlib(4.0.0.0) API with additions
SocketInformationOptions.cs
1 namespace System.Net.Sockets
2 {
4  [Flags]
6  {
8  NonBlocking = 0x1,
10  Connected = 0x2,
12  Listening = 0x4,
15  }
16 }
The T:System.Net.Sockets.Socket uses overlapped I/O.
SocketInformationOptions
Describes states for a T:System.Net.Sockets.Socket.
The T:System.Net.Sockets.Socket is listening for new connections.