示例#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)));
 }