Determines whether the command will be processed by
an internal telnet library or an external telnet application.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
public void UseExternalCmd()
public void UseExternalCmd()
Public Sub UseExternalCmd
Public Sub UseExternalCmd
public:
void UseExternalCmd()
public:
void UseExternalCmd()
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