SshClient CreateCommand Method (String)SSH .NET Client Library Documentation
Creates the command to be executed.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public SshCommand CreateCommand(
	string commandText
)

Return Value

SshCommand object.
Exceptions

See Also