DefaultProxySection.Proxy Property

Definition

Gets the URI that identifies the Web proxy server to use.

public:
 property System::Net::Configuration::ProxyElement ^ Proxy { System::Net::Configuration::ProxyElement ^ get(); };
[System.Configuration.ConfigurationProperty("proxy")]
public System.Net.Configuration.ProxyElement Proxy { get; }
[<System.Configuration.ConfigurationProperty("proxy")>]
member this.Proxy : System.Net.Configuration.ProxyElement
Public ReadOnly Property Proxy As ProxyElement

Property Value

The URI that identifies the Web proxy server.

Attributes

Remarks

The ProxyElement returned by this property identifies the Web proxy server to use for resources that are not in the BypassList collection.

Applies to

See also