proxyConfig
Type: Integer
The read-only proxyConfig property of the JadeHTTPConnection class contains the required type of access.
Its value can be one of the following JadeHTTPConnection class constants.
-
ProtocolConfig_Direct, which resolves all host names locally, and does not use a proxy
-
ProxyConfig_PreConfig, which retrieves the proxy or direct configuration from the registry (the default value)
-
ProxyConfig_PreConfig_NoAuto, which retrieves the proxy or direct configuration from the registry and prevents the use of a start-up Microsoft JScript or wpad.dat file
-
ProxyConfig_Proxy, which passes requests to the proxy