4 references to HttpKeepAlivePingPolicy
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
124
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 (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
436
public System.Net.Http.
HttpKeepAlivePingPolicy
KeepAlivePingPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }