KeepAliveData Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents the class to store all the Keep Alive properties.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The KeepAliveData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KeepAliveData(TimeSpan) | Initializes a new instance of the KeepAliveData class. |
![]() | KeepAliveData(DateTime, TimeSpan, TimeSpan, TimeSpan) | Initializes a new instance of the KeepAliveData class. |
| Name | Description | |
|---|---|---|
![]() | CheckInterval | Gets or sets the time span to check the interval property. |
![]() | LastKeepAlive | Gets or sets the DateTime to store the last keep alive properties. |
![]() | Timeout | Gets or sets the timeout of the KeepAliveData. |
![]() | TimeoutWarning | Gets or sets the timeout warning of the KeepAliveData. |
Show:
