WebSocketContextUser Property |
Gets the client information.
Namespace:
Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public abstract IPrincipal User { get; }
Property Value
Type:
IPrincipal
A
IPrincipal instance that represents identity,
authentication, and security roles for the client.
See Also