Share via


DefaultProxySection.Enabled 属性

定义

获取或设置是否使用 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

属性值

如果使用 Web 代理,则为 true,否则为 false

属性

适用于