The Ssh type exposes the following members.

Properties

  Name Description
Public property Connected
Checks if the client is still connected
Public property Debug
The debug flag.
Public property DebugStream
The debug stream.
Public property Echo
SSH echo flag.
Public property HostKeys
Gets SSH host keys for further use.
Public property Hostname
The server hostname.
Public property InitReader
The reader flag.
Public property LicenseKey
License key.
Public property Parameters
The connection parameters.
Public property Password
The current user password.
Public property Port
The server port.
Public property PrivateKey
The current user key file.
Public property TerminalType
The terminal type.
Public property Timeout
The connection timeout defined in milliseconds.
Public property Username
The current username.

See Also