4 references to Run
Microsoft.AspNetCore.Connections.Abstractions (3)
ConnectionBuilderExtensions.cs (3)
27return connectionBuilder.Run(handler.OnConnectedAsync); 32/// If you aren't calling the next function, use <see cref="Run(IConnectionBuilder, Func{ConnectionContext, Task})"/> instead. 60/// If you aren't calling the next function, use <see cref="Run(IConnectionBuilder, Func{ConnectionContext, Task})"/> instead.
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\UnixDomainSocketsTests.cs (1)
86builder.Run(EchoServer);