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