コード例 #1
0
 public bool Connect(IPAddress ip, int port)
 {
     return(sender.Connect(ip, port));
 }