5 references to KeepAlivePingDelay
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Http2Limits.cs (3)
176/// the configured <see cref="KeepAlivePingDelay"/> value. The server will close the connection if it 219writer.WriteString(nameof(KeepAlivePingDelay), KeepAlivePingDelay.ToString());
Internal\Http2\Http2Connection.cs (2)
155if (http2Limits.KeepAlivePingDelay != TimeSpan.MaxValue) 158http2Limits.KeepAlivePingDelay,