Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Represents the information about a single hub.
System.Object
Microsoft.AspNet.SignalR.Hubs.Descriptor
Microsoft.AspNet.SignalR.Hubs.HubDescriptor
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
'Declaration
Public Class HubDescriptor _
Inherits Descriptor
'Usage
Dim instance As HubDescriptor
public class HubDescriptor : Descriptor
public ref class HubDescriptor : public Descriptor
type HubDescriptor =
class
inherit Descriptor
end
public class HubDescriptor extends Descriptor
The HubDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
HubDescriptor | Initializes a new instance of the HubDescriptor class. |
Top
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.) |
Top
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.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.