1 instantiation of Http2KeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
176
_keepAlive = new
Http2KeepAlive
(
2 references to Http2KeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
147
internal readonly
Http2KeepAlive
? _keepAlive;
372
await _frameWriter.WritePingAsync(Http2PingFrameFlags.NONE,
Http2KeepAlive
.PingPayload);