P
Peter Gloor
I'm writing an application that requires some dns queries (MX etc) not
provided by System.Net.Dns. So far I managed to write my own dns class with
methods to query a given dns server.
There is only one thing left I could not figure out so far. How can I get
the list of dns servers used by my computer? The code must work under any
Windows version with .NET framework support.
Any ideas are welcome.
Peter
provided by System.Net.Dns. So far I managed to write my own dns class with
methods to query a given dns server.
There is only one thing left I could not figure out so far. How can I get
the list of dns servers used by my computer? The code must work under any
Windows version with .NET framework support.
Any ideas are welcome.
Peter