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

System.Net.NetworkInformation.IPInterfaceProperties

public abstract class IPInterfaceProperties

public abstract IPAddressCollection DhcpServerAddresses { get; }

public abstract IPAddressCollection DnsAddresses { get; }

public abstract string DnsSuffix { get; }

public abstract bool IsDnsEnabled { get; }

public abstract bool IsDynamicDnsEnabled { get; }

public abstract IPAddressCollection WinsServersAddresses { get; }