Property IsAlive
IsAlive
Gets a value indicating whether the connection is alive.
public virtual bool IsAlive { get; }
Property Value
- bool
true
if the connection is alive; otherwise,false
.
Gets a value indicating whether the connection is alive.
public virtual bool IsAlive { get; }
true
if the connection is alive; otherwise, false
.