Constructs a new ProxyServerConfig instance.
Parameters for constructing a new ProxyServerConfig instance.
Optional credentials?: ProxyAuthenticationCredentialsCredentials for authenticating with the proxy server.
Host name of the proxy server. Cannot be undefined.
Port number of proxy server. It should be >= 0 and < 65536.
Optional scheme?: ProxySchemeScheme of proxy server. See ProxyScheme for scheme values. Default value is HTTP.
Private Optional Readonly _credentialsPrivate Readonly _hostPrivate Readonly _portPrivate Optional Readonly _schemeGets the credentials for authenticating with a proxy server.
A ProxyAuthenticationCredentials denoting credentials
Gets the host name of proxy server.
A String denoting host
Gets the port of proxy server.
An integer denoting port
Gets the scheme of proxy server.
A ProxyScheme denoting scheme
Generated using TypeDoc
Encapsulates the proxy server configurations.