Share via


DefaultProxySection.UseDefaultCredentials Vlastnost

Definice

Získá nebo nastaví, zda mají být použity výchozí pověření pro přístup k webovému proxy serveru.

public:
 property bool UseDefaultCredentials { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)]
public bool UseDefaultCredentials { get; set; }
[<System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)>]
member this.UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean

Hodnota vlastnosti

truepokud mají být použity výchozí přihlašovací údaje; v opačném případě . false

Atributy

Platí pro