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

System.Net.NetworkInformation.IPv6InterfaceProperties

public abstract class IPv6InterfaceProperties
namespace System.Net.NetworkInformation { public abstract class IPv6InterfaceProperties { public abstract int Index { get; } public abstract int Mtu { get; } protected IPv6InterfaceProperties(); public virtual long GetScopeId(ScopeLevel scopeLevel); } }