ProxyElement.UseSystemDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls whether the Internet options 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 options LAN settings are used to detect and configure the default WebProxy used for requests; otherwise, false
.
- Attributes
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.