Reads from the stream asynchronously.
public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken)
Reads from the stream asynchronously.
public override Task<int> ReadAsync(byte[] buffer, int offset, int count,
CancellationToken cancellationToken)