Base:
method
ReadAsync
System.Net.Http.HttpBaseStream.ReadAsync(System.Memory<System.Byte>, System.Threading.CancellationToken)
1 override of ReadAsync
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1525public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken) => ValueTask.FromException<int>(new NotSupportedException(SR.net_http_content_writeonly_stream));