DefaultProxySection::Proxy Property
.NET Framework (current version)
Gets the URI that identifies the Web proxy server to use.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("proxy")] property ProxyElement^ Proxy { ProxyElement^ get(); }
Property Value
Type: System.Net.Configuration::ProxyElement^A ProxyElement.
The URI that identifies the Web proxy server.
The ProxyElement returned by this property identifies the Web proxy server to use for resources that are not in the BypassList collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: