DefaultWebProxy Property
.NET Framework Class Library
WebRequest..::.DefaultWebProxy Property

Gets or sets the global HTTP proxy.

Namespace:  System.Net
Assembly:  System (in System.dll)
Visual Basic (Declaration)
Public Shared Property DefaultWebProxy As IWebProxy
Visual Basic (Usage)
Dim value As IWebProxy

value = WebRequest.DefaultWebProxy

WebRequest.DefaultWebProxy = value
C#
public static IWebProxy DefaultWebProxy { get; set; }
Visual C++
public:
static property IWebProxy^ DefaultWebProxy {
    IWebProxy^ get ();
    void set (IWebProxy^ value);
}
JScript
public static function get DefaultWebProxy () : IWebProxy
public static function set DefaultWebProxy (value : IWebProxy)

Property Value

Type: System.Net..::.IWebProxy
An IWebProxy used by every call to instances of WebRequest.

The DefaultWebProxy property gets or sets the global proxy. The DefaultWebProxy 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 FtpWebRequest and HttpWebRequest.

If the DefaultWebProxy property is set to null, all subsequent instances of the WebRequest class created by the Create or CreateDefault methods do not have a proxy.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
407 Proxy Authentication Exception      boaldave   |   Edit   |   Show History

if you get this exception, see this post:

http://forums.lhotka.net/forums/post/29271.aspx

Processing
Page view tracker