SshCommand PropertiesSSH .NET Client Library Documentation
The SshCommand type exposes the following members.
Properties

  NameDescription
Public propertyCommandText
Gets the command text.
Public propertyCommandTimeout
Gets or sets the command timeout.
Public propertyError
Gets the command execution error.
Public propertyExitStatus
Gets the command exit status.
Public propertyExtendedOutputStream
Gets the extended output stream.
Public propertyOutputStream
Gets the output stream.
Public propertyResult
Gets the command execution result.
Back to Top
See Also