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

System.Net.DnsEndPoint

public class DnsEndPoint : EndPoint
namespace System.Net { public class DnsEndPoint : EndPoint { public string Host { get; } public int Port { get; } public DnsEndPoint(string host, int port); public DnsEndPoint(string host, int port, AddressFamily addressFamily); } }