Huy,
I have made a tcp server which will listen on a specific ip and port, it is working fine but the problem is that i donot have any public ip. i am behind a proxy server and when i try to listen on my local ip, obviously it would not be visible from outsid. how to overcome this problem. i am using c# as programming language.
Same is the problem on client side.
Regards
I have made a tcp server which will listen on a specific ip and port, it is working fine but the problem is that i donot have any public ip. i am behind a proxy server and when i try to listen on my local ip, obviously it would not be visible from outsid. how to overcome this problem. i am using c# as programming language.
Same is the problem on client side.
Regards
Comment