Share via


IConnection.KeepAliveData Property

.NET Framework 4.5

Gets or sets the object to keep alive data for the IConnection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Property KeepAliveData As KeepAliveData 
    Get 
    Set
'Usage
Dim instance As IConnection 
Dim value As KeepAliveData 

value = instance.KeepAliveData

instance.KeepAliveData = value
KeepAliveData KeepAliveData { get; set; }
property KeepAliveData^ KeepAliveData {
    KeepAliveData^ get ();
    void set (KeepAliveData^ value);
}
abstract KeepAliveData : KeepAliveData with get, set
function get KeepAliveData () : KeepAliveData 
function set KeepAliveData (value : KeepAliveData)

Property Value

Type: Microsoft.AspNet.SignalR.Client.KeepAliveData
The object to keep alive data for the IConnection.

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace