as stated in MSDN - Dns.GetHostEntry Method (String), If the DNS query fails, the system may fall back to a NetBIOS name query depending on the configuration of the local computer. . This is nice thing to know, but I want to disable the NetBios resolving, and there is nothing in MSDN telling what means depending on the configuration of the local computer.
Do you know what does this phrase mean (so, where I can find the configuration), or how to disable it somewhere else?
Thanks