1 write to _keepAlivePingTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Http2Limits.cs (1)
195_keepAlivePingTimeout = value != Timeout.InfiniteTimeSpan ? value : TimeSpan.MaxValue;
1 reference to _keepAlivePingTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Http2Limits.cs (1)
186get => _keepAlivePingTimeout;