コード例 #1
0
ファイル: SNClient.cs プロジェクト: hdxhan/IKendeLib
        public SNClient(string host, int port)
        {

            mPools = new Beetle.Express.Clients.SyncTcpClientPool(host, port);
        }
コード例 #2
0
ファイル: SNClient.cs プロジェクト: zmm623/IKendeLib
 public SNClient(string host, int port)
 {
     mPools = new Beetle.Express.Clients.SyncTcpClientPool(host, port);
 }