Mavengers
Developer's Blog
Friday, May 1, 2015
asp.net get host details
public static string GetHostDetails()
{
string hostName = GetHostName();
string hostIP = GetHostIP();
return hostName + " " + hostIP;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment