ReflectedHubDescriptorProvider Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Describes hub descriptor provider, and provides reflected information about available hubs.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ReflectedHubDescriptorProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ReflectedHubDescriptorProvider | Initializes a new instance of the ReflectedHubDescriptorProvider class. |
| Name | Description | |
|---|---|---|
![]() | BuildHubsCache | Retrieves a collection of connection to build hub cache. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHubs | Retrieves all available hubs. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetHub | Tries to retrieve hub with a given name. |
Show:
