Waiting for engine...
Skip to main content

ProxyConfiguration

Detailed configuration settings for a proxy server including network and authentication details.

input ProxyConfiguration {
hostAddress: String
portNumber: Int
proxyType: ProxyType
credentials: ProxyCredentials
}

Fields

ProxyConfiguration.hostAddress ● String scalar miscellaneous

The host address or IP address of the proxy server.

ProxyConfiguration.portNumber ● Int scalar miscellaneous

The port number on which the proxy server is listening.

ProxyConfiguration.proxyType ● ProxyType enum platform

The type of proxy server (HTTP or SOCKS5).

ProxyConfiguration.credentials ● ProxyCredentials input platform

Authentication credentials for the proxy server.

Member Of

ForwardProxyInput input

On this Page