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

属性值

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

属性

适用于