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

Top

Methods

  Name Description
Public method AllExcept
Public method Client
Public method Group

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace