Related resources for Dns class
  • Getting IP Address and Host Name Using Dns Class8/3/2014 12:55:00 PM. In this article, we learn how to get an IP Address and Host Name using the Dns Class in C#.
  • 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.
  • 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
  • Network Programming in C# - Part 112/27/2005 4:20:02 AM. The .NET framework provides two namespaces, System.Net and System.Net.Sockets for network programming
  • DNS Resolver using DNSAPI.DLL12/27/2005 12:34:55 AM. This is a DNS resolver using the dnsapi.dll, it can do all sorts of DNS lookups and not just simple a record lookup like the Dns class in the .NET framework.