IPHostEntry
CodeKeep C# Feed Giugno 16th, 2008
Description: Get the name of box calling your page.
Link: http://www.codekeep.net/snippets/802fdfc2-b303-46c0-aafd-58cf945fe2ac.aspx
System.Net.IPHostEntry tmpEntry = System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_HOST"]);






