Beispiel #1
0
 public Session(SessionMng mng, ushort port)
 {
     _mng        = mng;
     _listenPort = port;
     Init();
 }