Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PROXY_TYPE

The proxy type.

since

v3.7.0

Index

Enumeration members

LOCAL_PROXY_TYPE

LOCAL_PROXY_TYPE: = 3

3: Reserved for future use.

NONE_PROXY_TYPE

NONE_PROXY_TYPE: = 0

0: Reserved for future use.

TCP_PROXY_AUTO_FALLBACK_TYPE

TCP_PROXY_AUTO_FALLBACK_TYPE: = 4

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

TCP_PROXY_TYPE

TCP_PROXY_TYPE: = 2

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

UDP_PROXY_TYPE

UDP_PROXY_TYPE: = 1

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