1 write to _minResponseDataRateFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
88
_minResponseDataRateFeature
= minResponseDataRateFeature;
3 references to _minResponseDataRateFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
168
return _flusher.FlushAsync(
_minResponseDataRateFeature
.MinDataRate, bytesWritten, _outputAborter, cancellationToken);
188
return producer._flusher.FlushAsync(producer.
_minResponseDataRateFeature
.MinDataRate, bytesWritten, producer._outputAborter, token);
599
_minResponseDataRateFeature
.MinDataRate,