DefaultProxySection.UseDefaultCredentials Proprietà

Definizione

Ottiene o imposta un valore che indica se le credenziali predefinite devono essere utilizzate per accedere a un server proxy Web.

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

Valore della proprietà

true se le credenziali predefinite devono essere usate; in caso contrario, false.

Attributi

Si applica a