I have to write a program that will basically do this command:
"nslookup (webaddress) [server]" and return errors if there are any.
I've been trying to use the DNS.GetHostEntry method but it isn't working for me.
Is there something I'm missing?
I'm sorry if this is a stupid question. I'm new to C#
Thanks
"nslookup (webaddress) [server]" and return errors if there are any.
I've been trying to use the DNS.GetHostEntry method but it isn't working for me.
Is there something I'm missing?
I'm sorry if this is a stupid question. I'm new to C#
Thanks