I changed my code so it no longer uses the deprectaed:
Dns.GetHostByAddress(ipaddress);
to use:
Dns.GetHostEntry(ipaddress);
问题是我从Dns那里获得一个例外。 GetHostEntry
No such host is known
SOURCE: System
TARGETSITE: System.Net.IPHostEntry GetAddrInfo(System.String)
如果我回去找被遗忘的Dns.GetHost 我以正确的方式看待IP地址的主名。
I see this problem on XP 64bit andWindows 7. 基本生活 别无选择。 I m 使用了2.0。