1 override of UnicastAddresses
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
28public override UnicastIPAddressInformationCollection UnicastAddresses =>
3 references to UnicastAddresses
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)