Related resources for PHostEntry
  • IP Lookup program in VB.NET11/10/2012 1:52:37 AM. This is an IP look up program that uses VB.NET Windows Forms and IPHostEntry to resolve the DNS request.
  • Simple NSLookUp Implementation in C#5/29/2012 11:31:04 PM. This is code implementation for simple nslookup. As you can see from the code listing, I've used classes defined in the System.Net namespace.
  • Printing in C#8/5/2010 11:40:52 PM. This application will send raw data to a networked printer.
  • Get IP Address of a Host12/28/2005 5:24:49 AM. The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net
  • IP LookUp Program in .NET12/27/2005 1:27:08 AM. This is an IP look up program that uses C# Windows Forms and IPHostEntry to resolve the DNS request.