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