ClientWebSocketOptions.UseDefaultCredentials Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur Boolean qui indique si les informations d'identification par défaut doivent être utilisées pendant l'établissement de liaison WebSocket.
public:
property bool UseDefaultCredentials { bool get(); void set(bool value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool UseDefaultCredentials { get; set; }
public bool UseDefaultCredentials { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.UseDefaultCredentials : bool with get, set
member this.UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean
Valeur de propriété
true
si les informations d’identification par défaut doivent être utilisées pendant l’établissement d’une liaison WebSocket ; sinon, false
. La valeur par défaut est true
.
- Attributs