Jazyk

DefaultProxySection.UseDefaultCredentials Vlastnost

Definice

Získá nebo nastaví, zda se mají použít výchozí přihlašovací údaje 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 se mají použít výchozí přihlašovací údaje; v opačném případě . false

Atributy

Platí pro