1 reference to ConnectionTypeMiddleware
Aspire.Dashboard (1)
Authentication\Connection\ListenOptionsConnectionTypeExtensions.cs (1)
12
listenOptions.Use(next => new
ConnectionTypeMiddleware
(connectionTypes.ToArray(), next).OnConnectionAsync);