2 writes to KeepAlivePingDelay
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
146
KeepAlivePingDelay
= TimeSpan.FromSeconds(20),
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
153
handler.
KeepAlivePingDelay
= config.KeepAlivePingDelay.Value;
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)
364
/// the configured <see cref="
KeepAlivePingDelay
"/> value. The client will close the connection if it
389
/// the configured <see cref="
KeepAlivePingDelay
"/> value.