SshCommand
Represents an SSH command that can be executed.
Gets the command text.
Gets or sets the command timeout.
Gets the standard error of the command by reading ExtendedOutputStream,
when extended data has been sent which has been marked as stderr.
Gets the name of the signal due to which the command
terminated violently, if applicable, otherwise null.
Gets the number representing the exit status of the command, if applicable,
otherwise null.
Gets the extended output stream.
Gets the output stream.
Gets the standard output of the command by reading OutputStream.
Begins an asynchronous command execution.
Begins an asynchronous command execution.
Begins an asynchronous command execution.
Begins an asynchronous command execution.
Cancels a running command by sending a signal to the remote process.
Creates and returns the input stream for the command.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Releases unmanaged and - optionally - managed resources.
Waits for the pending asynchronous command execution to complete.
Executes the command specified by CommandText.
Executes the specified command.
Executes the command asynchronously.