Discuss this help topic in SecureBlackbox Forum
This method sends command to the server.
Declaration
Parameters
Return value
Returns server response.
Description
This is a high-level method that connects to server, executes command and gets the entire response.
Use this method to execute a simple command which does not require client-server interaction.
Please note, that you should not call Open/SendData/ReceiveData/Close methods of the component if ExecuteCommand is used, as the method performs all the necessary calls internally.