3 references to PingCompletedEventHandler
netstandard (1)
netstandard.cs (1)
1221
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
PingCompletedEventHandler
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
713
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
PingCompletedEventHandler
))]
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
164
public event
PingCompletedEventHandler
? PingCompleted;