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