Base:
property
UnflushedBytes
System.IO.Pipelines.PipeWriter.UnflushedBytes
2 references to UnflushedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1OutputProducer.cs (1)
284var bytes = _position + _advancedBytesForChunk + _pipeWriter.UnflushedBytes + _completedSegmentsByteCount;
Internal\Http2\Http2OutputProducer.cs (1)
479public long UnflushedBytes => _pipeWriter.UnflushedBytes;