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

System.Net.NetworkInformation.GatewayIPAddressInformation

public abstract class GatewayIPAddressInformation
namespace System.Net.NetworkInformation { public abstract class GatewayIPAddressInformation { public abstract IPAddress Address { get; } protected GatewayIPAddressInformation(); } }