Contents

VPN.Proxies

The dictionary that contains the Proxies settings.

Declaration

object VPN.Proxies

Properties

NameTypeDescription
HTTPEnableinteger

If 1, enables proxy for HTTP traffic.

HTTPPortinteger

The port number of the HTTP proxy. This field is required if HTTPProxy is specified.

HTTPProxystring

The host name of the HTTP proxy.

HTTPProxyPasswordstring

The password used for authentication.

HTTPProxyUsernamestring

The user name used for authentication.

HTTPSEnableinteger

If true, enables proxy for HTTPS traffic.

HTTPSPortinteger

The port number of the HTTPS proxy. This field is required if HTTPSProxy is specified.

HTTPSProxystring

The host name of the HTTPS proxy.

ProxyAutoConfigEnableinteger

If true, enables automatic proxy configuration.

ProxyAutoConfigURLStringstring

The URL to the location of the proxy auto-configuration file. Used only when ProxyAutoConfigEnable is true.

ProxyAutoDiscoveryEnableinteger

If true, enables proxy auto discovery.

SupplementalMatchDomains[string]

An array of domains that defines which hosts use proxy settings for hosts.

See Also

Objects