Partager via


HttpListenerWebSocketContext.IsAuthenticated Propriété

Définition

Obtient une valeur qui indique si le client WebSocket est 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é

true si le client WebSocket est authentifié ; sinon, false.

S’applique à