blah blah blah is here! blah blah » Close

0
votes
0 answers

Async server application

Hey Im trying to make an async server in c#, where I want the server to receive commands and strings. I have already made the function that creates the socket with an asyncCallback that endAccept and starts reading the incomming data. ...

Feedback