HubConnectionContextBase Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
System::Object
Microsoft.AspNet.SignalR.Hubs::HubConnectionContextBase
Microsoft.AspNet.SignalR.Hubs::HubConnectionContext
Microsoft.AspNet.SignalR.Hubs::HubConnectionContextBase
Microsoft.AspNet.SignalR.Hubs::HubConnectionContext
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubConnectionContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AllExcept | Returns a dynamic representation of all clients except the calling client ones specified. |
![]() | Client | Returns a dynamic representation of the connection with the specified connectionid. |
![]() | Clients | Returns a dynamic representation of the connections with the specified connectionids. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Group | Returns a dynamic representation of the specified group. |
![]() | Groups | Returns a dynamic representation of the specified groups. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | User |
Show:
