Share via


ProxyElement.AutoDetect Proprietà

Definizione

Ottiene o imposta un valore ProxyElement.AutoDetectValues che controlla se viene rilevata automaticamente il proxy Web.

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

Valore della proprietà

True se WebProxy viene rilevato automaticamente; False se WebProxy non viene rilevato automaticamente. In alternativa, Unspecified.

Attributi

Si applica a

Vedi anche