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

属性值

适用于