I am using the following projects in order to create an asynchronous communication between server and client sockets. When I am running those projects I am sending a message
You can send data to a client, and it can be achieved similarly to how you do so client -> server (unless your sockets are receive only, if so switch them to send and receive). Sending a Boolean requires conversion to a byte, you can achieve this via the BitConverter class.