8 references to ScopeLevel
netstandard (1)
netstandard.cs (1)
1226
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
ScopeLevel
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
718
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
ScopeLevel
))]
System.Net.NetworkInformation (6)
System\Net\NetworkInformation\IPv6InterfaceProperties.cs (1)
32
public virtual long GetScopeId(
ScopeLevel
scopeLevel)
System\Net\NetworkInformation\LinuxIPv6InterfaceProperties.cs (5)
20
public override long GetScopeId(
ScopeLevel
scopeLevel)
22
if (scopeLevel ==
ScopeLevel
.None || scopeLevel ==
ScopeLevel
.Interface ||
23
scopeLevel ==
ScopeLevel
.Link || scopeLevel ==
ScopeLevel
.Subnet)