Sdílet prostřednictvím


DefaultProxySection.Enabled Vlastnost

Definice

Získá nebo nastaví, zda je použit 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

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

Atributy

Platí pro