Beispiel #1
0
        public SNClient(string host, int port)
        {

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