SignalRRouteExtensions Methods

Visual Studio 2010
.NET Framework 4

  NameDescription
Public method Static member MapConnection(RouteCollection, String, String, Type, ConnectionConfiguration) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public method Static member MapConnection<T>(RouteCollection, String, String) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public method Static member MapConnection<T>(RouteCollection, String, String, ConnectionConfiguration) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public method Static member MapHubs(RouteCollection) Initializes the default hub route (/signalr).
Public method Static member MapHubs(RouteCollection, HubConfiguration) Initializes the default hub route (/signalr).
Public method Static member MapHubs(RouteCollection, String, HubConfiguration) Initializes the default hub route (/signalr).
Top
Show: