Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ProxyInfo Struct Reference

Proxy information. More...

#include <IZRCSDK.h>

Data Fields

ProxyType proxyType = ProxyTypeNoProxy
 Proxy type.
 
std::string pacPath
 PAC(Proxy Auto-configuration) file path.
 
std::string httpProxyHost
 HTTP proxy host.
 
std::string httpProxyPort
 HTTP proxy port.
 
std::string httpsProxyHost
 HTTPS proxy host.
 
std::string httpsProxyPort
 HTTPS proxy port.
 

Detailed Description

Proxy information.

Definition at line 28 of file IZRCSDK.h.

Field Documentation

◆ httpProxyHost

std::string ProxyInfo::httpProxyHost

HTTP proxy host.

Definition at line 32 of file IZRCSDK.h.

◆ httpProxyPort

std::string ProxyInfo::httpProxyPort

HTTP proxy port.

Definition at line 33 of file IZRCSDK.h.

◆ httpsProxyHost

std::string ProxyInfo::httpsProxyHost

HTTPS proxy host.

Definition at line 34 of file IZRCSDK.h.

◆ httpsProxyPort

std::string ProxyInfo::httpsProxyPort

HTTPS proxy port.

Definition at line 35 of file IZRCSDK.h.

◆ pacPath

std::string ProxyInfo::pacPath

PAC(Proxy Auto-configuration) file path.

Definition at line 31 of file IZRCSDK.h.

◆ proxyType

ProxyType ProxyInfo::proxyType = ProxyTypeNoProxy

Proxy type.

Definition at line 30 of file IZRCSDK.h.