HTTP client proxy configuration properties. Each proxy will have a set of these properties.
The URL for this proxy mapping. Only the protocol, host and port are used from the URL.
The proxy server address for this URL mapping.
The username to use to authenticate to the proxy server. This is optional.
The password to use to authenticate to the proxy server. This is optional.
The realm to use to authenticate to the proxy server. This is optional.
The domain to authenticate within. If this property is defined then NTLM authentication is used with the proxy.
The host the authentication request is originating from. Essentially, the computer name for this machine. This is only required for NTLM authentication.
Is the proxy password encrypted? If it is, the password is expected to be a a base64-encoded value encrypted using the container key.