I am looking to figure out what my IP address is from a console application.
I am used to a web application by using the Request.ServerVariables collection
Request.ServerVariables
System.Net.Dns.GetHostAddresses() should do it.