Posted By:
Anonymous
Posted On:
Thursday, October 3, 2002 12:03 AM
I want to do Socket Communication with the Server connected to the internet.
My PC is accesssing the Internet through Proxy server.so when i am trying the following code
Socket s = new Socket("Host",port) where host is the public Internet Address, it gives me Connect Exception stating that operation timed out.
so i want to know that how to enable proxy settings to access internet for socket to make connection