1 write to PooledConnectionLifetime
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
196
PooledConnectionLifetime
= ParseTimeSpan(config[nameof(SocketsHttpHandler.PooledConnectionLifetime)]),
2 references to PooledConnectionLifetime
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
76
if (config.
PooledConnectionLifetime
is not null)
78
handler.PooledConnectionLifetime = config.
PooledConnectionLifetime
.Value;