ShellChannel.Connected Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
Connected
Gets a value that indicates whether the ShellChannel is connected to a remote host as of the last Send or Receive operation.
Declaration
public abstract bool Connected { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if the channel is connected; otherwise, false. |