HubDescriptor Class

.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)

public ref class HubDescriptor : public Descriptor

The HubDescriptor type exposes the following members.

  NameDescription
Public methodHubDescriptorInitializes a new instance of the HubDescriptor class.
Top

  NameDescription
Public propertyHubTypeGet or sets the Hub type.
Public propertyNameGets or sets the hub name. (Inherited from Descriptor.)
Public propertyNameSpecifiedGets or set a value that indicates whether a hub attribute name is specified. (Inherited from Descriptor.)
Top

  NameDescription
Public methodCreateQualifiedNameCreates a qualified name for the hub using the specified unqualified name.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (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.
Show: