SignalRRouteExtensions Class
.NET Framework 4
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 | |
---|---|---|
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). |
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.