Esempio n. 1
0
 public boolean connect(String ip, long port) {
   return socket.Connect(ip, port);
 }