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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.