how can i make a tcp (ive heard it called a listener?) server (simplicity is optional at this point) that can recieve data from a client thats connected as well as send data back to that individual client (more multiple clients)?
ive done several tutorials but i could not get any of them to work or they did not do what i was hoping they would do. anyway, any help is most appreciated.
There are samples all over the web, what is it that they are not doing dor you?
Basic sample
http://www.codeproject.com/KB/IP/socketsincsharp.aspx
Proper server sample
http://www.codeproject.com/KB/IP/AsyncSocketServerandClien.aspx