Implemented interface member:
method
Use
Microsoft.AspNetCore.Connections.IConnectionBuilder.Use(System.Func<Microsoft.AspNetCore.Connections.ConnectionDelegate, Microsoft.AspNetCore.Connections.ConnectionDelegate>)
5 references to Use
Aspire.Dashboard (1)
Authentication\Connection\ListenOptionsConnectionTypeExtensions.cs (1)
12
listenOptions.
Use
(next => new ConnectionTypeMiddleware(connectionTypes.ToArray(), next).OnConnectionAsync);
Microsoft.AspNetCore.Server.Kestrel.Core (4)
ListenOptionsHttpsExtensions.cs (3)
204
listenOptions.
Use
(next =>
267
listenOptions.
Use
(next =>
317
listenOptions.
Use
(next =>
Middleware\ListenOptionsConnectionLoggingExtensions.cs (1)
39
listenOptions.
Use
(next => new LoggingConnectionMiddleware(next, logger).OnConnectionAsync);