Exemplo n.º 1
0
 public void Connect(string ip, int port)
 {
     _iSocketChannel.Connect(ip, port);
 }