System.Net.NetworkInformation.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);
}
}