Exemplo n.º 1
0
        public SNClient(string host, int port)
        {

            mPools = new Beetle.Express.Clients.SyncTcpClientPool(host, port);
        }
Exemplo n.º 2
0
 public SNClient(string host, int port)
 {
     mPools = new Beetle.Express.Clients.SyncTcpClientPool(host, port);
 }