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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.