Ok....I am not seeing how I should create a connection as a client. First I created a new:
Socket clientProxy_ToServer = null;
then I did
clientProxy_ToServer = new Socket(80);
I am not sure exactly what to send to the web server. Or where to do it. and then what to do when the server responds and how do I send it back to my browser (the client). A little insight would be greatly appreciated.
Thanks for your help.