TransportType Enumeration
.NET Framework (current version)
Defines transport types for the SocketPermission and Socket classes.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| All | All transport types. | |
| Connectionless | The transport type is connectionless, such as UDP. Specifying this value has the same effect as specifying Udp. | |
| ConnectionOriented | The transport is connection oriented, such as TCP. Specifying this value has the same effect as specifying Tcp. | |
| Tcp | TCP transport. | |
| Udp | UDP transport. |
The TransportType enumeration defines transport types for the SocketPermission and Socket classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: