DefaultProxySection.Proxy Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.