ProxyElement.AutoDetect Eigenschap

Definitie

Hiermee wordt een ProxyElement.AutoDetectValues waarde opgehaald of ingesteld waarmee wordt bepaald of de webproxy automatisch wordt gedetecteerd.

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

Waarde van eigenschap

True als het WebProxy automatisch wordt gedetecteerd; False als het WebProxy niet automatisch wordt gedetecteerd; of Unspecified.

Kenmerken

Van toepassing op

Zie ook