DeveloppeurPascal / ExeBulkSigning

Simple tool to sign all EXE or MSIX files in a folder
https://exebulksigning.olfsoftware.fr/
GNU Affero General Public License v3.0
21 stars 6 forks source link

add a ConnectionTest in Client API class #50

Open DeveloppeurPascal opened 4 months ago

DeveloppeurPascal commented 4 months ago

function ConnectionTest(IP,Port,AuthKey,Callback); procedure Callback(IsConnectionTestOk:boolean);

The callback will be called after a login try (or connection error) and receive a true/false value.

DeveloppeurPascal commented 4 months ago

This change will allow to work on this issue : https://github.com/DeveloppeurPascal/DProj2WinSetup/issues/32