3 references to GetAsync
Microsoft.Maui.Controls (1)
StreamWrapper.cs (1)
95 var response = await client.GetAsync(uri, cancellationToken).ConfigureAwait(false);
Microsoft.ML.Core (1)
Utilities\ResourceManagerUtils.cs (1)
268var response = await httpClient.GetAsync(uri, ct).ConfigureAwait(false);
System.Net.Http (1)
System\Net\Http\HttpClient.cs (1)
369GetAsync(CreateUri(requestUri), cancellationToken);