August 2003
Intermediate to advanced
928 pages
32h 1m
English
TransportType
This enumeration defines the transport protocols that can be used to communicate over a socket.
public enum TransportType { Udp = 1, Connectionless = 1, Tcp = 2, ConnectionOriented = 2, All = 3 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
TransportType
EndpointPermission.Transport
SocketPermission.{AddPermission( ),
SocketPermission( )}