ProxyElement.UseSystemDefault Property

Definition

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

public:
 property System::Net::Configuration::ProxyElement::UseSystemDefaultValues UseSystemDefault { System::Net::Configuration::ProxyElement::UseSystemDefaultValues get(); void set(System::Net::Configuration::ProxyElement::UseSystemDefaultValues value); };
[System.Configuration.ConfigurationProperty("usesystemdefault", DefaultValue=System.Net.Configuration.ProxyElement+UseSystemDefaultValues.Unspecified)]
public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get; set; }
[<System.Configuration.ConfigurationProperty("usesystemdefault", DefaultValue=System.Net.Configuration.ProxyElement+UseSystemDefaultValues.Unspecified)>]
member this.UseSystemDefault : System.Net.Configuration.ProxyElement.UseSystemDefaultValues with get, set
Public Property UseSystemDefault As ProxyElement.UseSystemDefaultValues

Property Value

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

Attributes

Applies to

See also