Click or drag to resize

HttpListenerContextUser Property

Gets the client information (identity, authentication, and security roles).

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IPrincipal User { get; }

Property Value

Type: IPrincipal
A IPrincipal instance that represents the client information.
See Also