SimpleTCP icon indicating copy to clipboard operation
SimpleTCP copied to clipboard

How to send a message with tcp server to the tcp client in response?

Open stefano338 opened this issue 5 years ago • 1 comments

stefano338 avatar Jul 17 '19 07:07 stefano338

In the data recieved event you can easely reply the client request: private void Server_DataReceived(object sender, Message e) { e.Reply(byte[]);

mderaeve avatar Jul 26 '19 07:07 mderaeve