1 override of GetIPProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
146public override IPInterfaceProperties GetIPProperties()
3 references to GetIPProperties
Sockets.BindTests (2)
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6ScopeIdPresentConditionAttribute.cs (1)
26.SelectMany(iface => iface.GetIPProperties().UnicastAddresses)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (1)
1181.SelectMany(i => i.GetIPProperties().UnicastAddresses)
Sockets.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\IPv6ScopeIdPresentConditionAttribute.cs (1)
26.SelectMany(iface => iface.GetIPProperties().UnicastAddresses)