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
Public property All Gets or sets all the connected clients.

Top

Methods

  Name Description
Public method AllExcept Returns a dynamic representation of all clients except the calling client ones specified.
Public method Client Returns a dynamic representation of the connection with the specified connection ID.
Public method Clients
Public method Group Returns a dynamic representation of the specified group.
Public method Groups
Public method User

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace