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

public bool SupportsKeepAlive { get; }

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