DefaultProxySection.Proxy Egenskap

Definition

Hämtar den URI som identifierar webbproxyservern som ska användas.

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

Egenskapsvärde

Den URI som identifierar webbproxyservern.

Attribut

Kommentarer

Den ProxyElement som returneras av den här egenskapen identifierar webbproxyservern som ska användas för resurser som inte finns i BypassList samlingen.

Gäller för

Se även