SignalRRouteExtensions.MapConnection Method
Include Protected Members
Include Inherited Members
.NET Framework 4
Maps a PersistentConnection with the default dependency resolver to the specified path.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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. |
![]() ![]() |
MapConnection(RouteCollection, String, String, Type, ConnectionConfiguration) | Maps a PersistentConnection with the default dependency resolver to the specified path. |
Top