ProxyAutoDetect
This indicates whether to use the system proxy settings or not. This takes precedence over other proxy settings, so you'll need to set ProxyAutoDetect to FALSE in order use custom proxy settings.
Data Type
bool
Default Value
false
Remarks
This takes precedence over other proxy settings, so you'll need to set ProxyAutoDetect to FALSE in order use custom proxy settings.
NOTE: When this property is set to True, the proxy used is determined as follows:
- A search from the JVM properties (http.proxy, https.proxy, socksProxy, etc.) is performed.
- In the case that the JVM properties don't exist, a search from java.home/lib/net.properties is performed.
- In the case that java.net.useSystemProxies is set to True, a search from the SystemProxy is performed.
- In Windows only, an attempt is made to retrieve these properties from the Internet Options in the registry.
To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.