SocketTools .NET Edition

RshClient.Execute Method

Execute the specified command on the remote host.

Overload List

Execute the specified command on the remote host.

public bool Execute();

Execute the specified command on the remote host.

public bool Execute(string);

Execute the specified command on the remote host.

public bool Execute(string,int,string);

Execute the specified command on the remote host.

public bool Execute(string,int,string,string,string);

Execute the specified command on the remote host.

public bool Execute(string,int,string,string,string,int);

Execute the specified command on the remote host.

public bool Execute(string,int,string,string,string,int,RemoteOptions);

Execute the specified command on the remote host.

public bool Execute(string,string);

Execute the specified command on the remote host.

public bool Execute(string,string,string);

Execute the specified command on the remote host.

public bool Execute(string,string,string,string);

See Also

RshClient Class | SocketTools Namespace