C-DEngine 5.105

HttpListenerContext..::..User Property

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

Namespace:  WebSocketSharp.Net
Assembly:  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);
}

Field Value

A IPrincipal instance that represents the client information.