1 write to KeepAlivePingTimeout
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)
299/// <see cref="SocketsHttpHandler.KeepAlivePingTimeout"/> to close broken connections.