Hi:
How to make connections to multiple different Socket Servers Asyncronously?
What I looking at is to have a program (C#) that log into different servers. I know to to code 1 client to 1 server. I would like to create a class that I can re use (well because with class I can create multiple object), Does anybody code it before?
Thanks
How to make connections to multiple different Socket Servers Asyncronously?
What I looking at is to have a program (C#) that log into different servers. I know to to code 1 client to 1 server. I would like to create a class that I can re use (well because with class I can create multiple object), Does anybody code it before?
Thanks
Comment