Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Dns class
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anoop Kumar Sharma (1)
Doug Bell (1)
Mahesh Chand (1)
Rajesh VS (1)
Patrick Lundin (1)
Related resources for Dns class
No resource found
Getting IP Address and Host Name Using Dns Class
8/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 Host
12/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 1
12/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.DLL
12/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.