1 instantiation of PassThroughConnectionMiddleware
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\PassThroughConnectionMiddleware.cs (1)
89
builder.Use(next => new
PassThroughConnectionMiddleware
(next).OnConnectionAsync);