SshClient CreateCommand Method (String, Encoding)SSH .NET Client Library Documentation
Creates the command to be executed with specified encoding.

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,
	Encoding encoding
)

Return Value

SshCommand object which uses specified encoding.
Exceptions

See Also