IHubConnection Interface
.NET Framework 4
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 | |
---|---|---|
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.) |
Top
Methods
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.) |
Top
Extension Methods
Name | Description | |
---|---|---|
EnsureReconnecting | (Defined by ConnectionExtensions.) | |
GetValue<T> | (Defined by ConnectionExtensions.) |
Top