ProxyConnection

ProxyConnection
ProxyConnection

Proxy connection to use for test. Only one of proxyConnection and preConfiguredProxy can be specified. If neither is specified, then no proxy is used to test the connection.

JSON Example
{
    "proxyHost": "string",
    "proxyPort": 0,
    "proxyUsername": "string",
    "proxyPassword": "string",
    "proxySecure": false
}
string
proxyHost
Required

The host (or IP address) of the proxy.

integer
proxyPort
Required

The port to use when connecting to the proxy.

string
proxyUsername
Optional

Username to authenticate to the proxy.

string
proxyPassword
Optional

Password to authenticate to the proxy.

boolean
proxySecure
Optional

If the connection to the proxy should use https.

Availability
Added in 34.0
Property Of