Related resources for Dns class
  • Network Programming in C# - Part 13/1/2024 9:35:16 AM. Explore C# network programming fundamentals in Part 1. Cover TCP/IP, UDP, socket programming, client-server communication, and asynchronous techniques for efficient networking solutions.
  • 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
  • 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.