DefaultProxySection.Enabled Vlastnost

Definice

Získá nebo nastaví, zda se používá webový proxy server.

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

Hodnota vlastnosti

truebude-li použit webový proxy server; v opačném případě . false

Atributy

Platí pro