2 implementations of ProcessRequestsAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
286
public async Task
ProcessRequestsAsync
<TContext>(IHttpApplication<TContext> application) where TContext : notnull
Internal\Http3\Http3Connection.cs (1)
329
public async Task
ProcessRequestsAsync
<TContext>(IHttpApplication<TContext> application) where TContext : notnull
1 reference to ProcessRequestsAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
119
await requestProcessor.
ProcessRequestsAsync
(httpApplication);