SimpleTCP
SimpleTCP copied to clipboard
How to send a message with tcp server to the tcp client in response?
In the data recieved event you can easely reply the client request: private void Server_DataReceived(object sender, Message e) { e.Reply(byte[]);