SignalRRouteExtensions Class
.NET Framework 4.5
Namespace:
System.Web.Routing
Assembly: Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)
Top
Assembly: Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MapConnection(RouteCollection, String, String, Type, ConnectionConfiguration) | Maps a PersistentConnection with the default dependency resolver to the specified path. |
![]() ![]() | MapConnection<T>(RouteCollection, String, String) | Maps a PersistentConnection with the default dependency resolver to the specified path. |
![]() ![]() | MapConnection<T>(RouteCollection, String, String, ConnectionConfiguration) | Maps a PersistentConnection with the default dependency resolver to the specified path. |
![]() ![]() | MapHubs(RouteCollection) | Initializes the default hub route (/signalr). |
![]() ![]() | MapHubs(RouteCollection, HubConfiguration) | Initializes the default hub route (/signalr). |
![]() ![]() | MapHubs(RouteCollection, String, HubConfiguration) | Initializes the default hub route (/signalr). |
Show:
