ProxyElement.AutoDetect Propiedad

Definición

Obtiene o establece un valor ProxyElement.AutoDetectValues que controla si el servidor proxy web se detecta automáticamente.

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="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
[<System.Configuration.ConfigurationProperty("autoDetect", DefaultValue="Unspecified")>]
member this.AutoDetect : System.Net.Configuration.ProxyElement.AutoDetectValues with get, set
Public Property AutoDetect As ProxyElement.AutoDetectValues

Valor de propiedad

ProxyElement.AutoDetectValues

True si el WebProxy se detecta automáticamente; False si el WebProxy no se detecta automáticamente; o Unspecified.

Atributos

Se aplica a

Consulte también