Search


Wednesday, March 18, 2009

How to get the Current IP in c#

string m_currentIP = HttpContext.Current.Request.UserHostAddress;

Hope this help.. :)

No comments:

Post a Comment