HubConnectionContextBase Class

.NET Framework 4.5

System::Object
  Microsoft.AspNet.SignalR.Hubs::HubConnectionContextBase
    Microsoft.AspNet.SignalR.Hubs::HubConnectionContext

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class HubConnectionContextBase : IHubConnectionContext

The HubConnectionContextBase type exposes the following members.

  NameDescription
Public methodAllExceptReturns a dynamic representation of all clients except the calling client ones specified.
Public methodClientReturns a dynamic representation of the connection with the specified connectionid.
Public methodClientsReturns a dynamic representation of the connections with the specified connectionids.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGroupReturns a dynamic representation of the specified group.
Public methodGroupsReturns a dynamic representation of the specified groups.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUser
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: