Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
C Sharp
How to get host name from ip address?
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Hooyoo
#1
How to get host name from ip address?
Dec 19 '06, 06:55 AM
Hello everyone,
Please tell me some methods to get host name from ip address, thank you.
beeswax
#2
Dec 19 '06, 09:35 AM
Re: How to get host name from ip address?
that is an easy one,
System.Net.IPHo stEntry ip =
System.Net.Dns. GetHostByAddres s("192.168.1.1" );
string hostname = ip.HostName;
Hooyoo schreef:
Hello everyone,
Please tell me some methods to get host name from ip address, thank you.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment