Home
Manage Your Code
Snippet: IPHostEntry (C#)
Title: IPHostEntry Language: C#
Description: Get the name of box calling your page. Views: 95
Author: Tim Mays Date Added: 6/16/2008
Copy Code  
1System.Net.IPHostEntry tmpEntry = System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_HOST"]);