Question
How to find client Machine IP Address using C# in .net 4.0 ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 3, 2013, 1:18 AM
hi,
you can also use HttpRequest.UserHostAddress to remote client IP
Pleasae refer
http://msdn.microsoft.com/en-us/library/system.web.httprequest.userhostaddress.aspx
hope this will help you
Javeed M ShaikhPosted May 2, 2013, 9:53 AM
using System.Net;