9 references to HttpKeepAlivePingPolicy
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
122
KeepAlivePingPolicy =
HttpKeepAlivePingPolicy
.WithActiveRequests
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
187
public
HttpKeepAlivePingPolicy
? KeepAlivePingPolicy { get; init; }
213
KeepAlivePingPolicy = ParseEnum<
HttpKeepAlivePingPolicy
>(config[nameof(SocketsHttpHandler.KeepAlivePingPolicy)])
System.Net.Http (6)
System\Net\Http\HttpHandlerDefaults.cs (2)
17
public const
HttpKeepAlivePingPolicy
DefaultKeepAlivePingPolicy =
HttpKeepAlivePingPolicy
.Always;
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
127
private readonly
HttpKeepAlivePingPolicy
_keepAlivePingPolicy;
2108
if (_keepAlivePingPolicy ==
HttpKeepAlivePingPolicy
.WithActiveRequests)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
50
internal
HttpKeepAlivePingPolicy
_keepAlivePingPolicy = HttpHandlerDefaults.DefaultKeepAlivePingPolicy;
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
350
public
HttpKeepAlivePingPolicy
KeepAlivePingPolicy