IHubConnection Interface

.NET Framework 4.5

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

Syntax

'Declaration
Public Interface IHubConnection _
    Inherits IConnection
'Usage
Dim instance As IHubConnection
public interface IHubConnection : IConnection
public interface class IHubConnection : IConnection
type IHubConnection =  
    interface 
        interface IConnection 
    end
public interface IHubConnection extends IConnection

The IHubConnection type exposes the following members.

Properties

  Name Description
Public property ConnectionId (Inherited from IConnection.)
Public property ConnectionToken (Inherited from IConnection.)
Public property CookieContainer (Inherited from IConnection.)
Public property Credentials (Inherited from IConnection.)
Public property GroupsToken (Inherited from IConnection.)
Public property Items (Inherited from IConnection.)
Public property MessageId (Inherited from IConnection.)
Public property QueryString (Inherited from IConnection.)
Public property State (Inherited from IConnection.)
Public property Url (Inherited from IConnection.)

Top

Methods

  Name Description
Public method ChangeState (Inherited from IConnection.)
Public method Disconnect (Inherited from IConnection.)
Public method OnError (Inherited from IConnection.)
Public method OnReceived (Inherited from IConnection.)
Public method OnReconnected (Inherited from IConnection.)
Public method OnReconnecting (Inherited from IConnection.)
Public method PrepareRequest (Inherited from IConnection.)
Public method RegisterCallback
Public method Send (Inherited from IConnection.)
Public method Stop (Inherited from IConnection.)

Top

Extension Methods

  Name Description
Public Extension Method EnsureReconnecting (Defined by ConnectionExtensions.)
Public Extension Method GetValue<T> (Defined by ConnectionExtensions.)

Top

See Also

Reference

Microsoft.AspNet.SignalR.Client.Hubs Namespace