Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.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 | |
|---|---|---|
| .jpeg) | ConnectionId | |
| .jpeg) | ConnectionToken | |
| .jpeg) | CookieContainer | |
| .jpeg) | Credentials | |
| .jpeg) | GroupsToken | |
| .jpeg) | Items | |
| .jpeg) | MessageId | |
| .jpeg) | QueryString | |
| .jpeg) | State | |
| .jpeg) | Url | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | ChangeState | |
| .jpeg) | Disconnect | |
| .jpeg) | OnError | |
| .jpeg) | OnReceived | |
| .jpeg) | OnReconnected | |
| .jpeg) | OnReconnecting | |
| .jpeg) | PrepareRequest | |
| .jpeg) | Send | |
| .jpeg) | Stop | 
Top
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | EnsureReconnecting | (Defined by ConnectionExtensions.) | 
| .gif) | GetValue<T> | (Defined by ConnectionExtensions.) | 
Top