TransportType

TransportType enum

Defines the transport type allowed for the socket.

enum class TransportType

Values

NameValueDescription
Udp1The UDP transport type.
Connectionlessn/aThe transport type is connectionless.
Tcp2The TCP transport type.
ConnectionOrientedn/aThe transport is connection oriented.
All3All transport types.

See Also