AspNetWebSocketContext.IsAuthenticated Propriété

Définition

Obtient une valeur indiquant si un message d'un client distant a été authentifié.

public:
 virtual property bool IsAuthenticated { bool get(); };
public override bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public Overrides ReadOnly Property IsAuthenticated As Boolean

Valeur de propriété

Boolean

true si le message a été authentifié ; sinon, false.

Exceptions

La propriété n'est pas implémentée.

S’applique à