TLSharp.Core.Session.Session C# (CSharp) Method

Session() private method

private Session ( ISessionStore store ) : System
store ISessionStore
return System
        private Session(ISessionStore store)
        {
            random = new Random();
            _store = store;
        }