DefaultProxySection.Enabled Property

Definition

Gets or sets whether a Web proxy is used.

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

Property Value

true if a Web proxy will be used; otherwise, false.

Attributes

Applies to