AspNetWebSocketContext.IsAuthenticated Property

Definition

Gets a value that indicates whether a message from a remote client has been 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 message has been authenticated; otherwise, false.

Exceptions

The property is not implemented.

Applies to