|
Testing the ApplicationNow that you understand how the client application works, you can open the project and test it. To test the client application:
When the client application generated using C# is running, it appears as shown below: ![]() Client Application's User Interface From this interface, you can select which type of message to generate. In this case, the only option is the LabResult message, as this is the message definition you have created in this tutorial. The client is configured to send messages to port 5123 on host localhost. To test the application, you need to listen to that port. |