D Dmitriy Lapshin [C# / .NET MVP] Dec 14, 2004 #2 Looks like the managed System.Net.Dns is not capable of anything but host name resolution. So you will have to P/Invoke to the DNS API (primarily DnsQuery).
Looks like the managed System.Net.Dns is not capable of anything but host name resolution. So you will have to P/Invoke to the DNS API (primarily DnsQuery).
I Ivar Dec 14, 2004 #3 Or get: http://www.lumisoft.ee/lsWWW/download/downloads/Examples/DnsQuery.zip (This is sample application with source)
Or get: http://www.lumisoft.ee/lsWWW/download/downloads/Examples/DnsQuery.zip (This is sample application with source)