Returns a value indicating whether the Shell object is connected.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property Connected As Boolean
	Get
C#
public bool Connected { get; }

Field Value

True if connected; false if not connected.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also