IConnection Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Interface IConnection
'Usage
Dim instance As IConnection
public interface IConnection
public interface class IConnection
type IConnection = interface end
public interface IConnection
The IConnection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionId | |
![]() |
ConnectionToken | |
![]() |
CookieContainer | |
![]() |
Credentials | |
![]() |
GroupsToken | |
![]() |
Items | |
![]() |
MessageId | |
![]() |
QueryString | |
![]() |
State | |
![]() |
Url |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ChangeState | |
![]() |
Disconnect | |
![]() |
OnError | |
![]() |
OnReceived | |
![]() |
OnReconnected | |
![]() |
OnReconnecting | |
![]() |
PrepareRequest | |
![]() |
Send | |
![]() |
Stop |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
EnsureReconnecting | (Defined by ConnectionExtensions.) |
![]() |
GetValue<T> | (Defined by ConnectionExtensions.) |
Top