ProxyElement::UseSystemDefault Property
.NET Framework (current version)
Gets or sets a Boolean value that controls whether the Internet Explorer Web proxy settings are used.
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::UseSystemDefaultValuestrue 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
Available since 2.0
Show: