1 instantiation of Http2Limits
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerLimits.cs (1)
342
public Http2Limits Http2 { get; } = new
Http2Limits
();
3 references to Http2Limits
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
155
var
http2Limits = httpLimits.Http2;
Internal\Http2\Http2FrameWriter.cs (1)
41
/// That is, the default value is 800, unless <see cref="
Http2Limits
.MaxStreamsPerConnection"/> is modified.
KestrelServerLimits.cs (1)
342
public
Http2Limits
Http2 { get; } = new Http2Limits();