Click or drag to resize

HttpRequestEventArgsUser Property

Gets the information for the client.

Namespace:  Sfs2X.WebSocketSharp.Server
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 or if not authenticated.

That instance describes the identity, authentication scheme, and security roles for the client.

See Also