I need to find out the external IP of the computer a C# application is running on.
In the application I have a connection (via .NET remoting) to a
If you just want the IP that's bound to the adapter, you can use WMI and the Win32_NetworkAdapterConfiguration class.
http://msdn.microsoft.com/en-us/library/aa394217(VS.85).aspx