Click or drag to resize

RecroSecGetVirtualUser Method (HttpContextBase)

Gets the virtual user.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static RecroSecUser GetVirtualUser(
	HttpContextBase httpContext
)

Parameters

httpContext
Type: System.WebHttpContextBase
The HTTP context.

Return Value

Type: RecroSecUser
The virtual user.
See Also