HttpListenerWebSocketContext.IsAuthenticated Property

Definition

Gets a value that indicates if the WebSocket client is authenticated.

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

Property Value

true if the WebSocket client is authenticated; otherwise, false.

Applies to