1 reference to OnPingCompleted
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
528
SendOrPostCallback callback = _onPingCompletedDelegate ??= new SendOrPostCallback(o => {
OnPingCompleted
((PingCompletedEventArgs)o!); });