4 references to HttpKeepAlivePingPolicy
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
124KeepAlivePingPolicy = HttpKeepAlivePingPolicy.WithActiveRequests
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
187public HttpKeepAlivePingPolicy? KeepAlivePingPolicy { get; init; } 213KeepAlivePingPolicy = ParseEnum<HttpKeepAlivePingPolicy>(config[nameof(SocketsHttpHandler.KeepAlivePingPolicy)])
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
436public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }