DefaultProxySection.Enabled 屬性

定義

取得或設定是否使用 Web Proxy。

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 Proxy 則為 true,否則為 false

屬性

適用於