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; }

Field Value

true if the channel is connected; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also