Share via


ITrackingConnection.SupportsKeepAlive Property

.NET Framework 4

Gets a value that represents if the connection supports keep alive.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
ReadOnly Property SupportsKeepAlive As Boolean 
    Get
'Usage
Dim instance As ITrackingConnection 
Dim value As Boolean 

value = instance.SupportsKeepAlive
bool SupportsKeepAlive { get; }
property bool SupportsKeepAlive {
    bool get ();
}
abstract SupportsKeepAlive : bool
function get SupportsKeepAlive () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ITrackingConnection Interface

Microsoft.AspNet.SignalR.Transports Namespace