IHttpMinResponseDataRateFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定用戶端必須接收回應的最低資料速率的功能。 此功能不適用於 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 的伺服器型組態。 |