ProxyElement.AutoDetect Właściwość

Definicja

Pobiera lub ustawia ProxyElement.AutoDetectValues wartość, która kontroluje, czy serwer proxy sieci Web jest wykrywany automatycznie.

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

Wartość właściwości

True jeśli element WebProxy zostanie automatycznie wykryty; False jeśli element WebProxy nie zostanie automatycznie wykryty; lub Unspecified.

Atrybuty

Dotyczy

Zobacz też