Click or drag to resize

TransportType Enumeration

Defines the type of the tarnsport

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum TransportType
Members
Member nameValueDescription
Other0 Other transport type
Udp1 UDP
Tcp2 TCP
Tls3 TLS
Stcp4 STCP
See Also