Base:
method
CreateContentReadStreamAsync
System.Net.Http.HttpContent.CreateContentReadStreamAsync(System.Threading.CancellationToken)
1 reference to CreateContentReadStreamAsync
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
148using (Stream decompressedStream = TryCreateContentReadStream() ?? await CreateContentReadStreamAsync(cancellationToken).ConfigureAwait(false))