Share via


DefaultProxySection.Proxy Proprietà

Definizione

Ottiene l'URI che identifica il server proxy Web da utilizzare.

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

Valore della proprietà

URI che identifica il server proxy Web.

Attributi

Commenti

La ProxyElement proprietà restituita da questa proprietà identifica il server proxy Web da usare per le risorse che non si trovano nella BypassList raccolta.

Si applica a

Vedi anche