System\Net\NetworkInformation\Ping.cs (3)
565return SendPingAsync(address, timeout, buffer, options, CancellationToken.None);
585return SendPingAsync(address, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options, cancellationToken);
640return SendPingAsync(address, timeout, buffer, options, cancellationToken);