I need some help developing a simple app that uses winsock to connect to a server.
What I am doing is programming a client app and a server app. Currently they communicate through winsock. The problem that I am having is that most of the people that will be using this are behind a proxy server.
So... my question is how can I program it so that the data will get transfered through the proxy server?
I've looked online everywhere, but can't find any help.
What I am doing is programming a client app and a server app. Currently they communicate through winsock. The problem that I am having is that most of the people that will be using this are behind a proxy server.
So... my question is how can I program it so that the data will get transfered through the proxy server?
I've looked online everywhere, but can't find any help.