Defines all the possible connection states of an ShellChannel object. Intended to be used by Rebex Terminal infrastructure.

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

Syntax

Visual Basic
Public Enumeration ShellChannelState
C#
public enum ShellChannelState

Members

Member nameDescription
Supported by the .NET Compact FrameworkNotConnected
The ShellChannel was either never connected, or is no longer connected.
Supported by the .NET Compact FrameworkConnected
The ShellChannel is connected or data is still available to be read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also