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 PHostEntry
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Michael Marasco (2)
Doug Bell (1)
DallAglio (1)
Mahesh Chand (1)
Rajesh VS (1)
Related resources for PHostEntry
No resource found
IP Lookup program in VB.NET
11/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 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
IP LookUp Program in .NET
12/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.