Hub Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides methods that communicate with SignalR connections that connected to a Hub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The Hub type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnConnected | Called when the connection connects to this hub instance. |
![]() | OnDisconnected | Called when a connection disconnects from this hub instance. |
![]() | OnReconnected | Called when the connection reconnects to this hub instance. |
![]() | ToString | (Inherited from Object.) |
Show:


