Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ProxyType

The proxy type.

since

v3.6.2

Index

Enumeration members

Enumeration members

Local

Local: = 3

3: Reserved for future use.

None

None: = 0

0: Reserved for future use.

Tcp

Tcp: = 2

2: The cloud proxy for the TCP (encryption) protocol, that is, Force TCP cloud proxy mode. In this mode, the SDK always transmits data over TLS 443.

TcpAutoFallback

TcpAutoFallback: = 4

4: Automatic mode. In this mode, the SDK attempts a direct connection to SD-RTN™ and automatically switches to TLS 443 if the attempt fails.

Udp

Udp: = 1

1: The cloud proxy for the UDP protocol, that is, Force UDP cloud proxy mode. In this mode, the SDK always transmits data over UDP.

Generated using TypeDoc