コード例 #1
0
 public void PingServer(IPEndPoint endpoint, Action <int> callback)
 {
     netChannel.PingServer(endpoint, callback);
 }