Scripting.SendCommand Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SendCommand(String)
Sends a command to the server and waits for the server to accept it.
Declaration
public void SendCommand(string command)
Parameters
Type | Name | Description |
---|---|---|
String | command | Command to be sent. |