6 references to GetContentStreamAsync
System.Net.Http.Json (6)
System\Net\Http\Json\HttpClientJsonExtensions.cs (1)
126
ValueTask<Stream> task = HttpContentJsonExtensions.
GetContentStreamAsync
(response.Content, cancellationToken);
System\Net\Http\Json\HttpContentJsonExtensions.AsyncEnumerable.cs (1)
98
using Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken)
System\Net\Http\Json\HttpContentJsonExtensions.cs (4)
86
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
96
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
118
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))
126
using (Stream contentStream = await
GetContentStreamAsync
(content, cancellationToken).ConfigureAwait(false))