SocketType

SocketType CF 1.0, ECMA 1.0, serializable

System.Net.Sockets (system.dll) enum

This enumeration contains the names for the type of socket that is created.

 public enum  SocketType  {  Stream = 1  ,  Dgram = 2  ,  Raw = 3  ,  Rdm = 4  ,  Seqpacket = 5  ,  Unknown = -1  } 

Hierarchy

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

Returned By

Socket.SocketType

Passed To

Socket.Socket( )



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