WebSocketClient.IsAuthenticated Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
IsAuthenticated
Gets a value indicating whether the session is authenticated. Inherited from NetworkSession.
Declaration
public abstract bool IsAuthenticated { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | True if authenticated; false otherwise.  |