Example #1
0
 public MtProtoPlainSender(TcpTransport transport)
 {
     this.transport = transport;
     random         = new Random();
 }