<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Net.IPHostEntry

public class IPHostEntry
namespace System.Net { public class IPHostEntry { public IPAddress[] AddressList { get; set; } public string[] Aliases { get; set; } public string HostName { get; set; } public IPHostEntry(); } }