IHttpMinResponseDataRateFeature 介面

定義

設定用戶端必須接收回應的最低資料速率的功能。 此功能不適用於 HTTP/2 要求。 MinResponseDataRate請改用適用于 HTTP/2 和 HTTP/1.x 的伺服器型組態。

public interface class IHttpMinResponseDataRateFeature
public interface IHttpMinResponseDataRateFeature
type IHttpMinResponseDataRateFeature = interface
Public Interface IHttpMinResponseDataRateFeature

屬性

MinDataRate

用戶端必須接收回應的位元組/秒最小資料速率。 將此屬性設定為 null 表示不應強制執行任何最小資料速率。 此限制不會影響一律無限制的升級連線。 此功能不適用於 HTTP/2 要求。 MinResponseDataRate請改用適用于 HTTP/2 和 HTTP/1.x 的伺服器型組態。

適用於