SocketOptionLevel

SocketOptionLevel CF 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( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net