ClientWebSocketOptions.UseDefaultCredentials Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore Boolean che indica se utilizzare le credenziali predefinite durante l'handshake di 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
Valore della proprietà
true se le credenziali predefinite devono essere usate durante l'handshake webSocket; in caso contrario, false. Il valore predefinito è true.
- Attributi