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"]);

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Comments are closed.

Trackback URI |