mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-24 08:36:48 +01:00
Merge pull request #659 from PROger4ever/master
Make Session constructor public for custom ISessionStore imlementations
This commit is contained in:
commit
687eca968a
|
|
@ -73,7 +73,7 @@ namespace TLSharp.Core
|
||||||
|
|
||||||
private ISessionStore _store;
|
private ISessionStore _store;
|
||||||
|
|
||||||
private Session(ISessionStore store)
|
public Session(ISessionStore store)
|
||||||
{
|
{
|
||||||
random = new Random();
|
random = new Random();
|
||||||
_store = store;
|
_store = store;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue