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
219
writer.WriteString(nameof(
KeepAlivePingDelay
),
KeepAlivePingDelay
.ToString());
Internal\Http2\Http2Connection.cs (2)
174
if (http2Limits.
KeepAlivePingDelay
!= TimeSpan.MaxValue)
177
http2Limits.
KeepAlivePingDelay
,