5 references to Index
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
67StringParsingHelpers.ParseIPv6GatewayAddressesFromRouteFile(collection, systemProperties.IPv6Routes, _linuxNetworkInterface.Name, _linuxNetworkInterface.Index);
System\Net\NetworkInformation\LinuxIPv6InterfaceProperties.cs (1)
25return _linuxNetworkInterface.Index;
System\Net\NetworkInformation\NetworkInterfacePal.Linux.cs (1)
43return ((UnixNetworkInterface)interfaces[i]).Index;
System\Net\NetworkInformation\UnixIPv4InterfaceProperties.cs (1)
15public sealed override int Index { get { return _uni.Index; } }
System\Net\NetworkInformation\UnixIPv6InterfaceProperties.cs (1)
15public sealed override int Index { get { return _uni.Index; } }