IHubCallerConnectionContext Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Encapsulates all information about an individual SignalR connection for an IHub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IHubCallerConnectionContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | All | Gets or sets all the connected clients. (Inherited from IHubConnectionContext.) |
![]() | Caller | |
![]() | Others |
| Name | Description | |
|---|---|---|
![]() | AllExcept | Returns a dynamic representation of all clients except the calling client ones specified. (Inherited from IHubConnectionContext.) |
![]() | Client | Returns a dynamic representation of the connection with the specified connection ID. (Inherited from IHubConnectionContext.) |
![]() | Clients | (Inherited from IHubConnectionContext.) |
![]() | Group | Returns a dynamic representation of the specified group. (Inherited from IHubConnectionContext.) |
![]() | Groups | (Inherited from IHubConnectionContext.) |
![]() | OthersInGroup | |
![]() | OthersInGroups | |
![]() | User | (Inherited from IHubConnectionContext.) |
Show:
