How to connect single client to multiple server?
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.