C-DEngine 5.105

WebSocketContext..::..User Property

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

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IPrincipal User { get; }
Public ReadOnly Property User As IPrincipal
	Get
public:
property IPrincipal^ User {
	IPrincipal^ get ();
}

Field Value

A IPrincipal instance that represents the client information.