2 references to GetRequestAsync
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\Http\HttpClientExtensions.cs (1)
207
response = await client.
GetRequestAsync
(new Uri(url, UriKind.RelativeOrAbsolute), username, password, userAgent, ct);
Tasks\ZipDeploy\ZipDeploymentStatus.cs (1)
79
response = await _client.
GetRequestAsync
(new Uri(url, UriKind.RelativeOrAbsolute), userName, password, _userAgent, cts.Token);