August 2003
Intermediate to advanced
928 pages
32h 1m
English
SocketType
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 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
SocketType
Socket.SocketType
Socket.Socket( )