Creates the command to be executed.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public SshCommand CreateCommand( string commandText )
Parameters
- commandText
- Type:
System String
The command text.
Return Value
SshCommand object.Exceptions
| Exception | Condition |
|---|---|
| Renci.SshNet.Common SshConnectionException | Client is not connected. |
See Also