DefaultProxySection::Enabled Property

 

Gets or sets whether a Web proxy is used.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("enabled", DefaultValue = true)]
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: