7 writes to PooledConnectionLifetime
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
515
handler.
PooledConnectionLifetime
= TimeSpan.FromSeconds(5);
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
515
handler.
PooledConnectionLifetime
= TimeSpan.FromSeconds(5);
HttpStress (1)
Program.cs (1)
514
PooledConnectionLifetime
= connectionLifetime.HasValue ? TimeSpan.FromMilliseconds(connectionLifetime.Value) : Timeout.InfiniteTimeSpan,
Microsoft.Extensions.Http (2)
DefaultHttpMessageHandlerBuilder.cs (1)
75
handler.
PooledConnectionLifetime
= lifetime;
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
78
handler.
PooledConnectionLifetime
= config.PooledConnectionLifetime.Value;
System.Net.WebSockets.Client (2)
System\Net\WebSockets\WebSocketHandle.Managed.cs (2)
264
PooledConnectionLifetime
= TimeSpan.Zero,
281
handler.
PooledConnectionLifetime
= TimeSpan.Zero;
1 reference to PooledConnectionLifetime
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
196
PooledConnectionLifetime = ParseTimeSpan(config[nameof(SocketsHttpHandler.
PooledConnectionLifetime
)]),