using System; namespace System.Net.NetworkInformation { /// Represents the method that will handle the event of a object. /// The source of the event. /// A object that contains the event data. // Token: 0x02000330 RID: 816 // (Invoke) Token: 0x06001C99 RID: 7321 public delegate void PingCompletedEventHandler(object sender, PingCompletedEventArgs e); }