2 references to LoggingDuplexPipe
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\LoggingConnectionMiddleware.cs (1)
26await using (var loggingDuplexPipe = new LoggingDuplexPipe(context.Transport, _logger))
Middleware\LoggingMultiplexedConnectionMiddleware.cs (1)
97_loggingPipe = new LoggingDuplexPipe(_inner.Transport, _logger);