1 instantiation of HttpConnectionMiddleware
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpConnectionBuilderExtensions.cs (1)
13var middleware = new HttpConnectionMiddleware<TContext>(serviceContext, application, protocols, addAltSvcHeader);
2 references to HttpConnectionMiddleware
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (1)
19/// Instantiated by <see cref="HttpConnectionMiddleware{TContext}"/> when a connection is received.
Middleware\HttpConnectionBuilderExtensions.cs (1)
13var middleware = new HttpConnectionMiddleware<TContext>(serviceContext, application, protocols, addAltSvcHeader);