IHubConnectionContext Interface
.NET Framework 4.5
Encapsulates all information about a SignalR connection for an IHub.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IHubConnectionContext
'Usage
Dim instance As IHubConnectionContext
public interface IHubConnectionContext
public interface class IHubConnectionContext
type IHubConnectionContext = interface end
public interface IHubConnectionContext
The IHubConnectionContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
All | Gets or sets all the connected clients. |
Top
Methods
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. |
![]() |
Clients | |
![]() |
Group | Returns a dynamic representation of the specified group. |
![]() |
Groups | |
![]() |
User |
Top