4 references to Run
Microsoft.AspNetCore.Connections.Abstractions (3)
ConnectionBuilderExtensions.cs (3)
27
return 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)
86
builder.
Run
(EchoServer);