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