IHubConnection Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Top
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The IHubConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionId | (Inherited from IConnection.) |
![]() | ConnectionToken | (Inherited from IConnection.) |
![]() | CookieContainer | (Inherited from IConnection.) |
![]() | Credentials | (Inherited from IConnection.) |
![]() | GroupsToken | (Inherited from IConnection.) |
![]() | Items | (Inherited from IConnection.) |
![]() | MessageId | (Inherited from IConnection.) |
![]() | QueryString | (Inherited from IConnection.) |
![]() | State | (Inherited from IConnection.) |
![]() | Url | (Inherited from IConnection.) |
| Name | Description | |
|---|---|---|
![]() | ChangeState | (Inherited from IConnection.) |
![]() | Disconnect | (Inherited from IConnection.) |
![]() | OnError | (Inherited from IConnection.) |
![]() | OnReceived | (Inherited from IConnection.) |
![]() | OnReconnected | (Inherited from IConnection.) |
![]() | OnReconnecting | (Inherited from IConnection.) |
![]() | PrepareRequest | (Inherited from IConnection.) |
![]() | RegisterCallback | |
![]() | Send | (Inherited from IConnection.) |
![]() | Stop | (Inherited from IConnection.) |
| Name | Description | |
|---|---|---|
![]() | EnsureReconnecting | (Defined by ConnectionExtensions.) |
![]() | GetValue<T> | (Defined by ConnectionExtensions.) |
Show:


