3 writes to KeepAlivePingTimeout
InMemory.FunctionalTests (3)
Http2\Http2KeepAliveTests.cs (3)
28_serviceContext.ServerOptions.Limits.Http2.KeepAlivePingTimeout = Timeout.InfiniteTimeSpan; 181_serviceContext.ServerOptions.Limits.Http2.KeepAlivePingTimeout = TimeSpan.FromSeconds(3); 213_serviceContext.ServerOptions.Limits.Http2.KeepAlivePingTimeout = TimeSpan.FromSeconds(3);
4 references to KeepAlivePingTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Http2Limits.cs (3)
152/// <see cref="KeepAlivePingTimeout"/> to close broken connections. 220writer.WriteString(nameof(KeepAlivePingTimeout), KeepAlivePingTimeout.ToString());
Internal\Http2\Http2Connection.cs (1)
178http2Limits.KeepAlivePingTimeout,