3 implementations of UnflushedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
280public long UnflushedBytes
Internal\Http2\Http2OutputProducer.cs (1)
479public long UnflushedBytes => _pipeWriter.UnflushedBytes;
Internal\Http3\Http3OutputProducer.cs (1)
137public long UnflushedBytes => _pipeWriter.UnflushedBytes;
1 reference to UnflushedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1487public long UnflushedBytes => Output.UnflushedBytes;