Beispiel #1
0
 public Client(string host, int port)
 {
     link = new Link(host, port);
 }
Beispiel #2
0
 public Client(string host, int port)
 {
     link = new Link(host, port);
     this.link.setEncoding(default_encoding);
 }