1 reference to LoggingMultiplexedConnectionMiddleware
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\ListenOptionsConnectionLoggingExtensions.cs (1)
42
multiplexedConnectionBuilder.Use(next => new
LoggingMultiplexedConnectionMiddleware
(next, logger).OnConnectionAsync);