3 implementations of Tick
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
887void IRequestProcessor.Tick(long timestamp) { }
Internal\Http2\Http2Connection.cs (1)
1396void IRequestProcessor.Tick(long timestamp)
Internal\Http3\Http3Connection.cs (1)
201public void Tick(long timestamp)
1 reference to Tick
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
271_requestProcessor!.Tick(timestamp);