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)
2 references to Tick
InMemory.FunctionalTests (1)
Http2\Http2TestBase.cs (1)
1389((IRequestProcessor)_connection)?.Tick(timestamp);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
271_requestProcessor!.Tick(timestamp);