TransportDisconnectBase.SupportsKeepAlive Property

.NET Framework 4

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

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsKeepAlive As Boolean 
    Get
'Usage
Dim instance As TransportDisconnectBase 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
Returns Boolean.

Implements

ITrackingConnection.SupportsKeepAlive

See Also

Reference

TransportDisconnectBase Class

Microsoft.AspNet.SignalR.Transports Namespace