CmdRunnerMultiWorker UseExternalCmd Method CleanCode C# Libraries v1.2.03 API
Determines whether the command will be processed by an internal telnet library or an external telnet application.

Namespace: CleanCode.RemoteCommands
Assembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void UseExternalCmd()
Remarks

The internal telnet library (TelnetLibExec) is preferable and seems to work fine for Ethernet connections, but with servers communicating over GPRS it does not work reliably, hence the TelnetExternalExec object is also available, which invokes the external plink utility. This must be called after all commands are added
See Also