12 writes to KeepAlivePingDelay
InMemory.FunctionalTests (12)
Http2\Http2KeepAliveTests.cs (12)
14
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= Timeout.InfiniteTimeSpan;
27
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
57
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
79
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
102
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(5);
119
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
142
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
180
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
212
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
244
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
268
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
322
_serviceContext.ServerOptions.Limits.Http2.
KeepAlivePingDelay
= TimeSpan.FromSeconds(1);
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
,