How to create simple connection server/client and send/receive data? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create simple connection server/client and send/receive data?

Please write only what is necessary, no distractions

26th Dec 2018, 12:43 PM
hassane belhadi
hassane belhadi - avatar
2 Answers
+ 2
This is not an easy task. I have been using a socket from Systems.Net.Sockets. I have managed to replicate the examples in the link, but have not been able yet to get the communication going with multiple clients. https://docs.microsoft.com/en-us/dotnet/framework/network-programming/asynchronous-server-socket-example https://docs.microsoft.com/en-us/dotnet/framework/network-programming/asynchronous-client-socket-example https://www.developerfusion.com/article/3997/socket-programming-in-c-part-2/
27th Dec 2018, 9:49 PM
sneeze
sneeze - avatar
+ 1
I already did using my doc example. But still need explanation about it Thank you
29th Dec 2018, 2:53 PM
hassane belhadi
hassane belhadi - avatar