blah blah blah is here! blah blah » Close

0
votes
0 answers

c# tcp server application which does not close connections

Guys, I am trying to create a GUI socket server. The goal is simple. 1.Open a port 2.keep sending data to the port 3.the data is given from a textbox in the gui and must be sent after the button is pressed. 4.Do NOT CLOSE THE CO ...

Feedback