Gets a value indicating whether the session is connected.
Namespace:
Rebex.Net
Assembly:
Rebex.SshShell (in Rebex.SshShell.dll)
Syntax
Visual Basic |
---|
Public Overrides ReadOnly Property IsConnected As Boolean Get |
C# |
---|
public override bool IsConnected { get; } |
Field Value
True if connected; false otherwise.Remarks
This property returns the latest known state of the session. When it returns false, the session was either never connected, or no longer connected. When it returns true, the session was connected at the time of the last I/O operation.
Note: There is no guarantee that the session is still connected even though IsConnected returns true.