12 references to MapConnectionHandler
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (2)
3458endpoints.MapConnectionHandler<TestConnectionHandler>("/foo"); 3528endpoints.MapConnectionHandler<TestConnectionHandler>("/foo");
MapConnectionHandlerTests.cs (3)
251endpoints.MapConnectionHandler<AuthConnectionHandler>("/path") 290endpoints.MapConnectionHandler<AuthConnectionHandler>("/path"); 360endpoints.MapConnectionHandler<CorsConnectionHandler>("/path");
Microsoft.AspNetCore.SignalR.Tests (4)
Startup.cs (4)
93endpoints.MapConnectionHandler<EchoConnectionHandler>("/echo"); 94endpoints.MapConnectionHandler<WriteThenCloseConnectionHandler>("/echoAndClose"); 95endpoints.MapConnectionHandler<HttpHeaderConnectionHandler>("/httpheader"); 96endpoints.MapConnectionHandler<AuthConnectionHandler>("/auth");
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
239endpoints.MapConnectionHandler<EchoConnectionHandler>("/echo");
SignalRSamples (1)
Startup.cs (1)
48endpoints.MapConnectionHandler<MessagesConnectionHandler>("/chat");
SocialWeather (1)
Startup.cs (1)
35endpoints.MapConnectionHandler<SocialWeatherConnectionHandler>("/weather");