Http2Limits.MaxStreamsPerConnection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
限制每個 HTTP/2 連線的並行要求資料流程數目。 過多的資料流程將會遭到拒絕。
值必須大於 0,預設值為 100 個數據流。
public:
property int MaxStreamsPerConnection { int get(); void set(int value); };
public int MaxStreamsPerConnection { get; set; }
member this.MaxStreamsPerConnection : int with get, set
Public Property MaxStreamsPerConnection As Integer