DefaultProxySection.Enabled Propiedad

Definición

Obtiene o establece si se usa un proxy web.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propiedad

true si se usará un proxy web; de lo contrario, false.

Atributos

Se aplica a