Freigeben über


ProxyElement.AutoDetect Eigenschaft

Definition

Ruft einen ProxyElement.AutoDetectValues-Wert ab, der steuert, ob der Webproxy automatisch erkannt wird, oder legt diesen fest.

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

Eigenschaftswert

True, wenn der WebProxy automatisch erkannt wird, False, wenn der WebProxy nicht automatisch erkannt wird, oder Unspecified.

Attribute

Gilt für:

Weitere Informationen