DefaultProxySection.Enabled Propriété

Définition

Obtient ou définit si un proxy Web est utilisé.

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

Valeur de propriété

true si un proxy Web sera utilisé ; sinon, false.

Attributs

S’applique à