HubConnectionContext Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Encapsulates all information about an individual SignalR connection for an IHub .
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubConnectionContext 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 connection ID. |
![]() | 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. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OthersInGroup | Returns a dynamic representation of all clients in a group except the calling client. |
![]() | ToString | (Inherited from Object.) |
Show:
