How do I get the IP address of a machine in C#?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
Your machine doesn't have a single IP address, and some of the returned addresses can be IPv6. MSDN links: Alternatively, as MSalters mentioned, |
||||
|
|
|
My desired answer was
|
|||||||||
|
return 127.0.0.1would be an answer I'd upvote :) – marcgg Jan 7 '10 at 11:33