Apache.Shiro.Session.Management.SimpleSession.SimpleSession C# (CSharp) Method

SimpleSession() public method

public SimpleSession ( ) : System
return System
        public SimpleSession()
            : this(null)
        {
        }

Same methods

SimpleSession::SimpleSession ( string host ) : System