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