C# Class reExp.Utils.SessionManager

Mostra file Open project: ren85/rextester_win

Public Methods

Method Description
IsUserInSession ( ) : bool
LogOut ( ) : void
SetAuthentication ( string name ) : void

Method Details

IsUserInSession() public static method

public static IsUserInSession ( ) : bool
return bool

LogOut() public static method

public static LogOut ( ) : void
return void

SetAuthentication() public static method

public static SetAuthentication ( string name ) : void
name string
return void