2 references to GetAsync
Microsoft.Deployment.DotNet.Releases (2)
ProductCollection.cs (2)
46
return await
GetAsync
(ReleasesIndexDefaultUrl).ConfigureAwait(false);
66
return await
GetAsync
(new Uri(releasesIndexUri)).ConfigureAwait(false);