SocketOptionLevel

SocketOptionLevelCF 1.0, ECMA 1.0, serializable

System.Net.Sockets (system.dll)enum

This enumeration contains values for the type of socket option specified in Socket.SetSocketOption( ).

public enum SocketOptionLevel {
   IP = 0,
   Tcp = 6,
   Udp = 17,
   IPv6 = 41,
   Socket = 65535
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) SocketOptionLevel

Passed To

Socket.{GetSocketOption( ), SetSocketOption( )}



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System