I have tried by following by it just give me single name. I want full name. Ex. my system full name is "sys101.home.homeconsultancy.lan". Following code gives me just "sys101". I want full address "sys101.home.homeconsultancy.lan".
Here is my code:
string hostName = System.Net.Dns.GetHostName();
How can I get full system name?