2 implementations of UnflushedBytes
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
140
public long
UnflushedBytes
=> 0;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1496
public long
UnflushedBytes
=> Output.UnflushedBytes;
1 reference to UnflushedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponsePipeWriter.cs (1)
97
public override long UnflushedBytes => _pipeControl.
UnflushedBytes
;