ProxyElement::UseSystemDefault Property

 

Gets or sets a Boolean value that controls whether the Internet Explorer Web proxy settings are used.

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

public:
[ConfigurationPropertyAttribute("usesystemdefault", DefaultValue = ProxyElement::UseSystemDefaultValues::Unspecified)]
property ProxyElement::UseSystemDefaultValues UseSystemDefault {
	ProxyElement::UseSystemDefaultValues get();
	void set(ProxyElement::UseSystemDefaultValues value);
}

Property Value

Type: System.Net.Configuration::ProxyElement::UseSystemDefaultValues

true if the Internet Explorer LAN settings are used to detect and configure the default WebProxy used for requests; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: