The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HubDispatcher Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Handles all communication over the hubs persistent connection.
System::Object
Microsoft.AspNet.SignalR::PersistentConnection
Microsoft.AspNet.SignalR.Hubs::HubDispatcher
Microsoft.AspNet.SignalR::PersistentConnection
Microsoft.AspNet.SignalR.Hubs::HubDispatcher
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubDispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AckHandler | Gets or sets the Ack handler of this connection. (Inherited from PersistentConnection.) |
![]() | Connection | Gets or sets the connection. (Inherited from PersistentConnection.) |
![]() | Counters | Gets or sets the performance counter manager. (Inherited from PersistentConnection.) |
![]() | Groups | Gets or sets the groups of connection. (Inherited from PersistentConnection.) |
![]() | JsonSerializer | Gets or sets the JSON serializer. (Inherited from PersistentConnection.) |
![]() | MessageBus | Gets or sets the message bus for the connection. (Inherited from PersistentConnection.) |
![]() | ProtectedData | Gets or sets the protected data of this connection. (Inherited from PersistentConnection.) |
![]() | Trace | Gets the hub connections that enable applications to trace the execution of code and associate trace messages with their source. (Overrides PersistentConnection::Trace.) |
![]() | TraceManager | Gets or sets the trace manager. (Inherited from PersistentConnection.) |
![]() | Transport | Gets or sets the transport associated with this connection. (Inherited from PersistentConnection.) |
![]() | UserIdProvider | (Inherited from PersistentConnection.) |
| Name | Description | |
|---|---|---|
![]() | Authorize | Determines whether this connection is authorized. (Inherited from PersistentConnection.) |
![]() | AuthorizeRequest | Builds a list of hubs that are authorized for the specified request for connection. (Overrides PersistentConnection::AuthorizeRequest(IRequest).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSignals | (Overrides PersistentConnection::GetSignals(String, String).) |
![]() | GetType | (Inherited from Object.) |
![]() | Initialize | Called by the host to initialize the hub dispatching for the IDependencyResolver. (Overrides PersistentConnection::Initialize(IDependencyResolver).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnConnected | Called when the connection connects to this hub instance. (Overrides PersistentConnection::OnConnected(IRequest, String).) |
![]() | OnDisconnected | Called when a connection disconnects from this hub instance. (Overrides PersistentConnection::OnDisconnected(IRequest, String).) |
![]() | OnReceived | Processes the hub's incoming method calls. (Overrides PersistentConnection::OnReceived(IRequest, String, String).) |
![]() | OnReconnected | Called when the connection reconnects to this hub instance. (Overrides PersistentConnection::OnReconnected(IRequest, String).) |
![]() | OnRejoiningGroups | Called when a connection reconnects after a timeout to determine which groups should be rejoined. (Overrides PersistentConnection::OnRejoiningGroups(IRequest, IList<String>, String).) |
![]() | ProcessRequest(IDictionary<String, Object>) | OWIN entry point. (Inherited from PersistentConnection.) |
![]() | ProcessRequest(HostContext) | Handles all requests for the HostContext. (Overrides PersistentConnection::ProcessRequest(HostContext).) |
![]() | ToString | (Inherited from Object.) |
Show:



