HubAndConnectionTypeResolver Class
Provides an implementation of IHubAndConnectionTypeResolver with no external dependencies.
Assembly: Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)
| Name | Description | |
|---|---|---|
![]() | HubAndConnectionTypeResolver() | Initializes a new instance of the HubAndConnectionTypeResolver with a default filter for detecting ASP.NET SignalR hubs. |
![]() | HubAndConnectionTypeResolver(Predicate<Type>) | Creates a new HubAndConnectionTypeResolver instance using a predicate to filter types that implement IHub. |
| Name | Description | |
|---|---|---|
![]() | IsHubOrConnectionPredicate | Gets the predicate that is used to filter types that implement IHub. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHubAndConnectionTypes(IEnumerable<Assembly>) | |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


