ITrackingConnection Interface
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a connection that can be tracked by an ITransportHeartbeat .
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ITrackingConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets a cancellation token that represents the connection’s lifetime. |
![]() | ConnectionId | Gets the ID of the connection. |
![]() | DisconnectThreshold | Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection. |
![]() | IsAlive | Gets a value that represents if the connection is alive. |
![]() | IsTimedOut | Gets a value that represents if the connection is timed out. |
![]() | SupportsKeepAlive | Gets a value that represents if the connection supports keep alive. |
![]() | Url | Gets the uri of the connection. |
| Name | Description | |
|---|---|---|
![]() | Disconnect | Causes the connection to disconnect. |
![]() | End | Kills the connection. |
![]() | KeepAlive | Sends a keep alive ping over the connection. |
![]() | ReleaseRequest | Releases the http request associated with the connection (if any). |
![]() | Timeout | Causes the connection to timeout. |
Show:
