Пример #1
0
 public OkonClient(string hostname, ushort port, IInfo info)
 {
     _hostname = hostname;
     _port     = port;
     _info     = info;
     _info.YeetLog("OkonClient instance created");
     _toSend = new ConcurrentQueue <Packet>();
 }