5 references to NetworkInterfaceComponent
netstandard (1)
netstandard.cs (1)
1215
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
NetworkInterfaceComponent
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
707
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
NetworkInterfaceComponent
))]
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\NetworkInterface.cs (1)
125
public virtual bool Supports(
NetworkInterfaceComponent
networkInterfaceComponent)
System\Net\NetworkInformation\UnixNetworkInterface.cs (2)
35
public override bool Supports(
NetworkInterfaceComponent
networkInterfaceComponent)
37
Sockets.AddressFamily family = (networkInterfaceComponent ==
NetworkInterfaceComponent
.IPv4) ?