The SshCommand type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| CommandText |
Gets the command text.
| |
| CommandTimeout |
Gets or sets the command timeout.
| |
| Error |
Gets the command execution error.
| |
| ExitStatus |
Gets the command exit status.
| |
| ExtendedOutputStream |
Gets the extended output stream.
| |
| OutputStream |
Gets the output stream.
| |
| Result |
Gets the command execution result.
|
See Also