Chat

This sample implements a simple chat functionality. It starts by requesting the users who are online to be presented in a list box. This list will subsequently be updated when changes occur. Chat lines are sent and received as messages. All chat lines will be presented in the "Chat activity" list.

Please note that the clients can be different applications, e.g. a Management Client can send messages to Smart Clients. The client can even be without UI, like the event server.

There are no configurations necessary in the application.

The sample demonstrates

Using

Environment

Visual Studio C# project