3 references to ReadsClosed
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
226
if (_stream.
ReadsClosed
.IsCompletedSuccessfully)
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
50
/// <term><see cref="
ReadsClosed
"/></term>
707
/// If the read side is not fully consumed, i.e.: <see cref="
ReadsClosed
"/> is not completed and/or <see cref="ReadAsync(Memory{byte}, CancellationToken)"/> hasn't returned <c>0</c>,