4 writes to KeepAlivePingDelay
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
122
KeepAlivePingDelay
= TimeSpan.FromSeconds(20),
InMemory.FunctionalTests (1)
KestrelMetricsTests.cs (1)
797
KeepAlivePingDelay
= Timeout.InfiniteTimeSpan
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
153
handler.
KeepAlivePingDelay
= config.KeepAlivePingDelay.Value;
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
34
KeepAlivePingDelay
= TimeSpan.MaxValue,
1 reference to KeepAlivePingDelay
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
211
KeepAlivePingDelay = ParseTimeSpan(config[nameof(SocketsHttpHandler.
KeepAlivePingDelay
)]),