Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.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