c# Programming Glossary: xconnection
How to write a scalable Tcp/Ip based server http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server lists you can write it however you want. private List xConnection _sockets Also you need the socket actually listenning for incomming.. server. private void acceptCallback IAsyncResult result xConnection conn new xConnection try Finish accepting the connection System.Net.Sockets.Socket.. acceptCallback IAsyncResult result xConnection conn new xConnection try Finish accepting the connection System.Net.Sockets.Socket..
|