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