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.IsAlive.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsAlive As Boolean
Get
'Usage
Dim instance As WebSocketTransport
Dim value As Boolean
value = instance.IsAlive
public override bool IsAlive { get; }
public:
virtual property bool IsAlive {
bool get () override;
}
abstract IsAlive : bool
override IsAlive : bool
override function get IsAlive () : boolean
Property Value
Type: System.Boolean