Exemplo n.º 1
0
 public void Connect(string host, int port)
 {
     Connect(HotelEndPoint.Parse(host, port));
 }
Exemplo n.º 2
0
 public void Intercept(string host, int port)
 {
     Intercept(HotelEndPoint.Parse(host, port));
 }
Exemplo n.º 3
0
 public static HNode ConnectNew(string host, int port)
 {
     return(ConnectNew(HotelEndPoint.Parse(host, port)));
 }