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 的全伺服器設定。 |