2 implementations of Use
Microsoft.AspNetCore.Connections.Abstractions (1)
MultiplexedConnectionBuilder.cs (1)
31
public IMultiplexedConnectionBuilder
Use
(Func<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate> middleware)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptions.cs (1)
180
IMultiplexedConnectionBuilder IMultiplexedConnectionBuilder.
Use
(Func<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate> middleware)
5 references to Use
Interop.FunctionalTests (3)
Http3\Http3RequestTests.cs (3)
1234
multiplexedConnectionBuilder.
Use
(@delegate =>
1697
multiplexedConnectionBuilder.
Use
(next =>
1866
multiplexedConnectionBuilder.
Use
(next =>
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpConnectionBuilderExtensions.cs (1)
23
return builder.
Use
(next =>
Middleware\ListenOptionsConnectionLoggingExtensions.cs (1)
42
multiplexedConnectionBuilder.
Use
(next => new LoggingMultiplexedConnectionMiddleware(next, logger).OnConnectionAsync);