Share via


ProxyElement.AutoDetect Propriété

Définition

Obtient ou définit une valeur ProxyElement.AutoDetectValues qui contrôle si le proxy Web est détecté automatiquement.

public:
 property System::Net::Configuration::ProxyElement::AutoDetectValues AutoDetect { System::Net::Configuration::ProxyElement::AutoDetectValues get(); void set(System::Net::Configuration::ProxyElement::AutoDetectValues value); };
[System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)]
public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get; set; }
[<System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)>]
member this.AutoDetect : System.Net.Configuration.ProxyElement.AutoDetectValues with get, set
Public Property AutoDetect As ProxyElement.AutoDetectValues

Valeur de propriété

True si WebProxy est détecté automatiquement ; False si WebProxy n'est pas détecté automatiquement ; ou Unspecified.

Attributs

S’applique à

Voir aussi