recommendedGlobalProxy property

ProxyInfo? recommendedGlobalProxy
getter/setter pair

The network-independent global HTTP proxy.

Typically proxies should be configured per-network in open_network_configuration. However for unusual configurations like general internal filtering a global HTTP proxy may be useful. If the proxy is not accessible, network access may break. The global proxy is only a recommendation and some apps may ignore it.

Implementation

ProxyInfo? recommendedGlobalProxy;