Socket Communication C#- IP Address
Posted
by Ahmet Altun
on Stack Overflow
See other posts from Stack Overflow
or by Ahmet Altun
Published on 2010-04-04T19:41:31Z
Indexed on
2010/04/04
19:53 UTC
Read the original article
Hit count: 296
I have a socket application which I can use in local network, at home. I can make them communicate for example from 192.168.x.x to 192.168.y.y ip addresses.
What should I do if I want to use the application over internet, from a remote machine, not local. For example which ip addresses should I use if my friend who lives another country wants to access my application.
© Stack Overflow or respective owner