using System; using System.Collections.Generic; using System.Net.NetworkInformation; public class MyClass { public static void Main() { //Host Info IPGlobalProperties ipProp = IPGlobalProperties.GetIPGlobalProperties(); string hostInfo = string.Forma…