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