This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
Developer Network
Developer Network
Developer
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
SharePoint Server 2013 resources
SQL Server 2014 Express resources
Windows Server 2012 resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
SignalR Reference
Microsoft.AspNet.SignalR.Hubs
HubDispatcher Class
HubDispatcher Class
HubDispatcher Methods
HubDispatcher Methods
HubDispatcher Methods
HubDispatcher Constructor
HubDispatcher Methods
AuthorizeRequest Method
GetSignals Method
Initialize Method
OnConnected Method
OnDisconnected Method
OnReceived Method
OnReconnected Method
OnRejoiningGroups Method
ProcessRequest Method
HubDispatcher Properties
TOC
Collapse the table of content
Expand the table of content
This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
HubDispatcher Methods
Other Versions
Visual Studio 2010
.NET Framework 4
.NET Framework 4.5
The
HubDispatcher
type exposes the following members.
Methods
Name
Description
Authorize
(Inherited from
PersistentConnection
.)
AuthorizeRequest
(Overrides
PersistentConnection
::
AuthorizeRequest(IRequest)
.)
Equals
(Inherited from
Object
.)
Finalize
(Inherited from
Object
.)
GetHashCode
(Inherited from
Object
.)
GetSignals
(Overrides
PersistentConnection
::
GetSignals(String)
.)
GetType
(Inherited from
Object
.)
Initialize
(Overrides
PersistentConnection
::
Initialize(IDependencyResolver, HostContext)
.)
MemberwiseClone
(Inherited from
Object
.)
OnConnected
(Overrides
PersistentConnection
::
OnConnected(IRequest, String)
.)
OnDisconnected
(Overrides
PersistentConnection
::
OnDisconnected(IRequest, String)
.)
OnReceived
Processes the hub's incoming method calls.
(Overrides
PersistentConnection
::
OnReceived(IRequest, String, String)
.)
OnReconnected
(Overrides
PersistentConnection
::
OnReconnected(IRequest, String)
.)
OnRejoiningGroups
(Overrides
PersistentConnection
::
OnRejoiningGroups(IRequest, IList
<
String
>
, String)
.)
ProcessRequest
(Overrides
PersistentConnection
::
ProcessRequest(HostContext)
.)
ToString
(Inherited from
Object
.)
Top
See Also
Reference
HubDispatcher Class
Microsoft.AspNet.SignalR.Hubs Namespace
Show:
Inherited
Protected
Print
Export (
0
)
Print
Share
IN THIS ARTICLE