2 references to DownloadStreamAsync
Microsoft.Maui.Controls (2)
UriImageSource.cs (2)
101
stream = await
DownloadStreamAsync
(uri, cancellationToken).ConfigureAwait(false);
107
stream = await
DownloadStreamAsync
(uri, cancellationToken).ConfigureAwait(false);