TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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]
Rajesh VS (1)
Anoop Kumar Sharma (1)
Doug Bell (1)
Mahesh Chand (1)
Patrick Lundin (1)
Related resources for Dns class
No resource found
Network Programming in C# - Part 1
3/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 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
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.