System::Net::TransportType enum
TransportType enum
Defines the transport type allowed for the socket.
enum class TransportType
Values
Name | Value | Description |
---|---|---|
Udp | 1 | The UDP transport type. |
Connectionless | n/a | The transport type is connectionless. |
Tcp | 2 | The TCP transport type. |
ConnectionOriented | n/a | The transport is connection oriented. |
All | 3 | All transport types. |
See Also
- Namespace System::Net
- Library Aspose.PUB for C++