DefaultProxySection.Proxy Propriété

Définition

Obtient l'URI qui identifie le serveur proxy Web à utiliser.

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

Valeur de propriété

URI qui identifie le serveur proxy Web.

Attributs

Remarques

Le ProxyElement retourné par cette propriété identifie le serveur proxy web à utiliser pour les ressources qui ne se trouvent pas dans la BypassList collection.

S’applique à

Voir aussi