コード例 #1
0
ファイル: Client.cs プロジェクト: hsg4ok/ssdb
 public Client(string host, int port)
 {
     link = new Link(host, port);
 }
コード例 #2
0
ファイル: Client.cs プロジェクト: chenjia404/dotnetssdb
 public Client(string host, int port)
 {
     link = new Link(host, port);
     this.link.setEncoding(default_encoding);
 }