3 references to HttpsConnectionMiddleware
InMemory.FunctionalTests (1)
HttpsConnectionMiddlewareTests.cs (1)
1480return new HttpsConnectionMiddleware(context => Task.CompletedTask, options, httpProtocols, loggerFactory, new KestrelMetrics(new TestMeterFactory()));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (1)
202var middleware = new HttpsConnectionMiddleware(next, httpsOptions, listenOptions.Protocols, loggerFactory, metrics);
Middleware\HttpsConnectionMiddleware.cs (1)
58: this(next, options, httpProtocols, loggerFactory: NullLoggerFactory.Instance, metrics: metrics)