Gets a value that indicates whether the ShellChannel is connected to a remote host as of the last Send or Receive operation.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property Connected As Boolean Get |
C# |
---|
public abstract bool Connected { get; } |