Connection.IConnection.KeepAliveData Property

.NET Framework 4.5

Gets or sets an object to store the various keep alive timeout values.

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

Syntax

'Declaration
Private Property KeepAliveData As KeepAliveData 
    Implements IConnection.KeepAliveData 
    Get 
    Set
'Usage
Dim instance As Connection 
Dim value As KeepAliveData 

value = CType(instance, IConnection).KeepAliveData 

CType(instance, IConnection).KeepAliveData = value
KeepAliveData IConnection.KeepAliveData { get; set; }
private:
virtual property KeepAliveData^ KeepAliveData {
    KeepAliveData^ get () sealed = IConnection::KeepAliveData::get;
    void set (KeepAliveData^ value) sealed = IConnection::KeepAliveData::set;
}
private abstract KeepAliveData : KeepAliveData with get, set 
private override KeepAliveData : KeepAliveData with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.AspNet.SignalR.Client.KeepAliveData
The object to store the various keep alive timeout values.

Implements

IConnection.KeepAliveData

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace