
System.Net.DNS using different DNS server
It should be using whatever DNS Servers you have setup in your Network
Control Panels.
--
Joe Feser
Fesersoft
http://www.fesersoft.com/
.Net, XML, XSLT, SQL
Free Code, Articles and Information.
Quote:
> I'm using the following code to get the host of a client
> device connecting to my Server.
> Dim hostInfo As IPHostEntry = System.Net.Dns.GetHostByName
> ("123.123.123.123)
> I think this is using InterNic by default to get info
> about the client, but I want to be able to use an internal
> Server or a different external server.
> How do I point this object to a different Server?
> Mike Barlow
> Mike Barlow