3 references to GetHostAddressesAsync
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
648(await Dns.GetHostAddressesAsync(hostName, cancellationToken).ConfigureAwait(false))[0],
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
396IPAddress[] addresses = await Dns.GetHostAddressesAsync(host, cancellationToken).ConfigureAwait(false);
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1765await Dns.GetHostAddressesAsync(context.DnsEndPoint.Host, cancellationToken).ConfigureAwait(false) :