TransportType

TransportType ECMA 1.0, serializable

System.Net (system.dll) enum

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  } 

Hierarchy

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

Returned By

EndpointPermission.Transport

Passed To

SocketPermission.{AddPermission( ) , SocketPermission( )}



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