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.
220
writer.WriteString(nameof(
KeepAlivePingTimeout
),
KeepAlivePingTimeout
.ToString());
Internal\Http2\Http2Connection.cs (1)
178
http2Limits.
KeepAlivePingTimeout
,