Http2Limits.MaxStreamsPerConnection プロパティ

定義

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

プロパティ値

適用対象