WebRequest.DefaultWebProxy Property
Gets or sets the global HTTP proxy.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public static IWebProxy DefaultWebProxy { get; set; }
Property Value
The global HTTP proxy.
Remarks
This property determines the default proxy that all WebRequest instances use if the request supports proxies and no proxy is set explicitly using the Proxy property. Proxies are currently supported by HttpWebRequest.
Version Information
Available in the .NET Micro Framework version 4.1.