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