Visual Basic .NET » Visual Basic .NET General Discussion
How to do a DNS query in .NET using a particular DNS server? -- dk --


Hi,

.NET provides a class called System.Net.Dns, through which we can do a DNS look up and DNS reverse look up.

But, I want to control this process by specifying a DNS server name,
only through which DNS look up should happen.

Is there a way to do this?

Thanks in advance,
Dhruva

-- dk --


Well, it looks like the only way will be to write a DNS client myself.

:-(

Thanks,
Dhruva

[Submit Comment]Home