2 references to SendPingAsync
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
605
return
SendPingAsync
(hostNameOrAddress, timeout, buffer, options, CancellationToken.None);
628
return
SendPingAsync
(hostNameOrAddress, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options, cancellationToken);