2 writes to KeepAlivePingTimeout
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
123KeepAlivePingTimeout = TimeSpan.FromSeconds(10),
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
158handler.KeepAlivePingTimeout = config.KeepAlivePingTimeout.Value;
2 references to KeepAlivePingTimeout
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
212KeepAlivePingTimeout = ParseTimeSpan(config[nameof(SocketsHttpHandler.KeepAlivePingTimeout)]),
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
304/// <see cref="SocketsHttpHandler.KeepAlivePingTimeout"/> to close broken connections.