1 implementation of MinDataRate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.FeatureCollection.cs (1)
25
MinDataRate? IHttpMinResponseDataRateFeature.
MinDataRate
3 references to MinDataRate
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);
600
_minResponseDataRateFeature.
MinDataRate
,