Skip to main content
Version: 20 Mar 2024

MLWebRTCConnectionProxyConfig

Native representation of proxy config

Public Attributes

AutoConfigUrl

Url to use to download the proxy config


public string AutoConfigUrl;


AutoDetect

Attempt to automatically detect proxy


public bool AutoDetect;


BypassList

List of urls that should bypass the proxy


public string BypassList;


HostAddress

Proxy server address


public string HostAddress;


HostPort

Proxy server port


public int HostPort;


Password

Proxy server auth password


public string Password;


Type

Type of proxy


public MLWebRTC.ProxyType Type;

TypeDescription
MLWebRTC.ProxyTypeProtocol for the forward proxy.

Username

Proxy server auth username


public string Username;