AutoTransport.SupportsKeepAlive Property

.NET Framework 4.5

Gets a value that indicates whether or not the active transport supports keep alive.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the active transport supports keep alive; otherwise, false.

Implements

IClientTransport.SupportsKeepAlive

See Also

Reference

AutoTransport Class

Microsoft.AspNet.SignalR.Client.Transports Namespace