8
Answers

How to connect single client to multiple server?

Member1

Member1

6y
1.5k
1
I want to connect single client to multiple servers . now my client able to connect to one server only. I think program needs to create one socket and one thread per server and port is common for all server. I found some examples regarding this but not found some in c#. Help me to find some links or examples.

Answers (8)