2 references to WaitAsync
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpRequestBodyReader.cs (1)
92
var streamToReadFrom = await request.Content.ReadAsStreamAsync().
WaitAsync
(cancellationToken).ConfigureAwait(false);
Logging\Internal\HttpResponseBodyReader.cs (1)
96
Stream streamToReadFrom = await response.Content.ReadAsStreamAsync().
WaitAsync
(cancellationToken).ConfigureAwait(false);