4 writes to KeepAlivePingDelay
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
120
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,
3 references to KeepAlivePingDelay
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
211
KeepAlivePingDelay = ParseTimeSpan(config[nameof(SocketsHttpHandler.
KeepAlivePingDelay
)]),
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
323
/// the configured <see cref="
KeepAlivePingDelay
"/> value. The client will close the connection if it
348
/// the configured <see cref="
KeepAlivePingDelay
"/> value.