SignalRRouteExtensions Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  System.Web.Routing.SignalRRouteExtensions

Namespace:  System.Web.Routing
Assembly:  Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class SignalRRouteExtensions
'Usage
public static class SignalRRouteExtensions
[ExtensionAttribute]
public ref class SignalRRouteExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SignalRRouteExtensions =  class end
public final class SignalRRouteExtensions

Methods

  Name Description
Public methodStatic member MapConnection(RouteCollection, String, String, Type, ConnectionConfiguration) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public methodStatic member MapConnection<T>(RouteCollection, String, String) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public methodStatic member MapConnection<T>(RouteCollection, String, String, ConnectionConfiguration) Maps a PersistentConnection with the default dependency resolver to the specified path.
Public methodStatic member MapHubs(RouteCollection) Initializes the default hub route (/signalr).
Public methodStatic member MapHubs(RouteCollection, HubConfiguration) Initializes the default hub route (/signalr).
Public methodStatic member MapHubs(RouteCollection, String, HubConfiguration) Initializes the default hub route (/signalr).

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Routing Namespace