Anyone know of a reliable way of getting hold of your external IP address (i.e. not internal NAT lan IPs 192168.x.x or 10.x.x.x) in c#? <BR><BR>ATM I'm using http ...
I'm writing a chat client application in C#. What's the easiest way for the client to get it's own IP Address? I've tried several ways that aren't working well.