IHttpMinResponseDataRateFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Feature to set the minimum data rate at which the response must be received by the client. This feature is not available for HTTP/2 requests. Instead, use MinResponseDataRate for server-wide configuration which applies to both HTTP/2 and HTTP/1.x.
public interface class IHttpMinResponseDataRateFeature
public interface IHttpMinResponseDataRateFeature
type IHttpMinResponseDataRateFeature = interface
Public Interface IHttpMinResponseDataRateFeature
Properties
MinDataRate |
The minimum data rate in bytes/second at which the response must be received by the client. Setting this property to null indicates no minimum data rate should be enforced. This limit has no effect on upgraded connections which are always unlimited. This feature is not available for HTTP/2 requests. Instead, use MinResponseDataRate for server-wide configuration which applies to both HTTP/2 and HTTP/1.x. |