We added this late in 6.0 to support ASP.NET requirements.
For 7.0, we should revisit the design here:
Instead of just a bool indicating whether reads are complete or not, we should consider also exposing whether the read side completed successfully (i.e. FIN) or was aborted -- and if so, what the QUIC error code was.
If we do that, it may make more sense to call this ReadStatus or something like that, and make it an enum.
We also may want to expose a similar WriteStatus property.