Share via


DefaultProxySection.Enabled Proprietà

Definizione

Ottiene o imposta l'eventuale utilizzo di 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

Valore della proprietà

true se verrà utilizzato un proxy Web. In caso contrario, false.

Attributi

Si applica a