Share via


DefaultProxySection.Enabled Propiedad

Definición

Obtiene o establece si se utiliza un servidor 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

Es true si se utiliza un servidor proxy Web; de lo contrario, es false.

Atributos

Se aplica a