LongPollingTransport.SupportsKeepAlive Property
.NET Framework 4This member overrides TransportDisconnectBase.SupportsKeepAlive.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SupportsKeepAlive As Boolean
Get
'Usage
Dim instance As LongPollingTransport
Dim value As Boolean
value = instance.SupportsKeepAlive
public override bool SupportsKeepAlive { get; }
public:
virtual property bool SupportsKeepAlive {
bool get () override;
}
abstract SupportsKeepAlive : bool
override SupportsKeepAlive : bool
override function get SupportsKeepAlive () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Implements
ITrackingConnection.SupportsKeepAlive