6 references to GetContentStreamAsync
System.Net.Http.Json (6)
System\Net\Http\Json\HttpClientJsonExtensions.cs (1)
129
ValueTask<Stream> task = HttpContentJsonExtensions.
GetContentStreamAsync
(response.Content, cancellationToken);
System\Net\Http\Json\HttpContentJsonExtensions.AsyncEnumerable.cs (1)
104
using Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken)
System\Net\Http\Json\HttpContentJsonExtensions.cs (4)
92
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
102
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
130
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
138
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))