Mono Class Library: System.Net NamespaceSystem.Net.GlobalProxySelection Class |
See Also: GlobalProxySelection Members
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
The System.Net.GlobalProxySelection stores the proxy settings for the default proxy that System.Net.WebRequest instances use to contact Internet sites beyond the local network. The default proxy settings are initialized from a global or application configuration file, and can be overridden for individual requests, or disabled by setting the HttpWebRequest.Proxy property to the object returned by the GlobalProxySelection.GetEmptyWebProxy method.
The proxy settings stored in System.Net.GlobalProxySelection are used by a System.Net.HttpWebRequest instance if its HttpWebRequest.Proxy property is not set.
[Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0