1 implementation of BytesWrittenToBuffer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
285public void BytesWrittenToBuffer(MinDataRate minRate, long count)
3 references to BytesWrittenToBuffer
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (1)
680_timeoutControl.BytesWrittenToBuffer(_minResponseDataRate, _unflushedBytes);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
57_timeoutControl!.BytesWrittenToBuffer(minRate, count);
Internal\Infrastructure\TimeoutControlExtensions.cs (1)
17timeoutControl.BytesWrittenToBuffer(minDataRate, 1);