5 references to PingCompleted
System (5)
net\System\Net\NetworkInformation\ping.cs (5)
118if (PingCompleted != null) { 119PingCompleted (this,e); 550this.PingCompleted += handler; 556this.PingCompleted -= handler; 568try { this.PingCompleted -= handler; }