HubDescriptor Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the information about a single hub.
System::Object
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::HubDescriptor
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::HubDescriptor
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HubType | Get or sets the Hub type. |
![]() | Name | Gets or sets the hub name. (Inherited from Descriptor.) |
![]() | NameSpecified | Gets or set a value that indicates whether a hub attribute name is specified. (Inherited from Descriptor.) |
| Name | Description | |
|---|---|---|
![]() | CreateQualifiedName | Creates a qualified name for the hub using the specified unqualified name. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
