Have an old VB6 program as an ACI server. Program using .logon and .register to connect to Broker then sits in a .receive loop looking for messages. These are simple messages (send & receive). No complex conversations. Finally does a .deregister and .logoff to close.
Looking for a sample .Net program that does the .logon, .register, .receive, .deregister & .logoff commands. Not too worried about which version of .Net or Visual Studio the sample is using. Currently running EntireX v9.10. If needed can upgrade to a 10.x version.