Condividi tramite


DefaultProxySection.UseDefaultCredentials Proprietà

Definizione

Ottiene o imposta la necessità di utilizzare le credenziali predefinite 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 devono essere utilizzate le credenziali predefinite. In caso contrario, false.

Attributi

Si applica a