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