5 writes to PooledConnectionLifetime
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
517handler.PooledConnectionLifetime = TimeSpan.FromSeconds(5);
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
517handler.PooledConnectionLifetime = TimeSpan.FromSeconds(5);
Microsoft.Extensions.Http (2)
DefaultHttpMessageHandlerBuilder.cs (1)
75handler.PooledConnectionLifetime = lifetime;
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
78handler.PooledConnectionLifetime = config.PooledConnectionLifetime.Value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1732handler.PooledConnectionLifetime = TimeSpan.FromMilliseconds(servicePoint.ConnectionLeaseTimeout);
3 references to PooledConnectionLifetime
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
196PooledConnectionLifetime = ParseTimeSpan(config[nameof(SocketsHttpHandler.PooledConnectionLifetime)]),
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
447/// This callback complements <see cref="PooledConnectionLifetime"/>. Because a caller can use it to evict 449/// <see cref="PooledConnectionLifetime"/> to <see cref="Timeout.InfiniteTimeSpan"/> and