SignalRRouteExtensions Methods
Visual Studio 2010
.NET Framework 4
Top
| 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: