Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Provides access to information about a IHub.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
'Declaration
Public Interface IHubContext
'Usage
Dim instance As IHubContext
public interface IHubContext
public interface class IHubContext
type IHubContext = interface end
public interface IHubContext
The IHubContext type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Clients | Encapsulates all information about a SignalR connection for an IHub. |
![]() |
Groups | Gets the IGroupManager the hub. |
Top