SSH session state.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration SshState
C#
public enum SshState

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
Initial state.
Supported by the .NET Compact FrameworkConnecting
Connecting.
Supported by the .NET Compact FrameworkKeyExchange
Key exchange.
Supported by the .NET Compact FrameworkReady
Ready.
Supported by the .NET Compact FrameworkClosed
Closed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also