Name of the proxy server to connect through
Port number of the proxy server to connect through
Type of proxy authentication to use. Default is HttpProxyAuthenticationType.None
Username to use when auth_type
is HttpProxyAuthenticationType.Basic
Password to use when auth_type
is HttpProxyAuthenticationType.Basic
Optional TLS connection options for the connection to the proxy host. Must be distinct from the TlsConnectionOptions provided to the HTTP connection
Optional Type of connection to make. If not specified, HttpProxyConnectionType.Legacy will be used.
type of authentication to use with the proxy
(basic authentication only) password associated with the username
(basic authentication only) proxy username
Optional Type of connection to make. If not specified, HttpProxyConnectionType.Legacy will be used.
endpoint of the proxy to use
port of proxy to use
Optional TLS connection options for the connection to the proxy host. Must be distinct from the TlsConnectionOptions provided to the HTTP connection
Generated using TypeDoc
Proxy options for HTTP clients.