HttpListenerContext..::..User Property
Gets the client information (identity, authentication, and security roles).
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IPrincipal User { get; set; }
Public Property User As IPrincipal Get Set
public: property IPrincipal^ User { IPrincipal^ get (); void set (IPrincipal^ value); }