mscorlib(4.0.0.0) API with additions
SocketOptionLevel.cs
1 namespace System.Net.Sockets
2 {
4  public enum SocketOptionLevel
5  {
8  Socket = 0xFFFF,
11  IP = 0,
14  IPv6 = 41,
17  Tcp = 6,
20  Udp = 17
21  }
22 }
Implements the Berkeley sockets interface.
Definition: Socket.cs:16
SocketOptionLevel
Defines socket option levels for the M:System.Net.Sockets.Socket.SetSocketOption(System....
The host name is an Internet Protocol (IP) version 6 host address.