2 writes to KeepAlivePingDelay
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
153handler.KeepAlivePingDelay = config.KeepAlivePingDelay.Value;
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
40KeepAlivePingDelay = TimeSpan.MaxValue,
3 references to KeepAlivePingDelay
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
211KeepAlivePingDelay = ParseTimeSpan(config[nameof(SocketsHttpHandler.KeepAlivePingDelay)]),
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
323/// the configured <see cref="KeepAlivePingDelay"/> value. The client will close the connection if it 348/// the configured <see cref="KeepAlivePingDelay"/> value.