IHubConnectionContext Interface
.NET Framework 4
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 |
Top
Methods
Name | Description | |
---|---|---|
AllExcept | ||
Client | ||
Group |
Top