Udostępnij przez


ClientWebSocketOptions.UseDefaultCredentials Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą Boolean , czy podczas uzgadniania zestawu webSocket należy używać domyślnych poświadczeń.

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

Wartość właściwości

true jeśli podczas uzgadniania zestawu webSocket należy używać poświadczeń domyślnych; w przeciwnym razie , false. Wartość domyślna to true.

Atrybuty

Dotyczy