SSH.States Enumeration
wodSSH.NET Component Documentation

SSH.States Enumeration

List of all possible states that can occur in wodSSH.NET during connection.

[Visual Basic]
Public Enum SSH.States
[C#]
public enum SSH.States

Members

Member NameDescription
Disconnected Disconnected from the server.
Connecting Connecting to the server.
Connected Connected to the server.
Disconnecting Disconnecting from the server.

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

See Also

WeOnlyDo.Client Namespace |