IHubCallerConnectionContext Interface

.NET Framework 4.5

Encapsulates all information about an individual 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 IHubCallerConnectionContext _
    Inherits IHubConnectionContext
'Usage
Dim instance As IHubCallerConnectionContext
public interface IHubCallerConnectionContext : IHubConnectionContext
public interface class IHubCallerConnectionContext : IHubConnectionContext
type IHubCallerConnectionContext =  
    interface 
        interface IHubConnectionContext 
    end
public interface IHubCallerConnectionContext extends IHubConnectionContext

The IHubCallerConnectionContext type exposes the following members.

Properties

  Name Description
Public property All Gets or sets all the connected clients. (Inherited from IHubConnectionContext.)
Public property Caller
Public property Others

Top

Methods

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

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace