5 writes to PooledConnectionLifetime
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
517
handler.
PooledConnectionLifetime
= TimeSpan.FromSeconds(5);
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
517
handler.
PooledConnectionLifetime
= TimeSpan.FromSeconds(5);
Microsoft.Extensions.Http (2)
DefaultHttpMessageHandlerBuilder.cs (1)
75
handler.
PooledConnectionLifetime
= lifetime;
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
78
handler.
PooledConnectionLifetime
= config.PooledConnectionLifetime.Value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1732
handler.
PooledConnectionLifetime
= TimeSpan.FromMilliseconds(servicePoint.ConnectionLeaseTimeout);
1 reference to PooledConnectionLifetime
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
196
PooledConnectionLifetime = ParseTimeSpan(config[nameof(SocketsHttpHandler.
PooledConnectionLifetime
)]),