3 references to UnixUnicastIPAddressInformation
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
79
context->_collection.InternalAdd(new
UnixUnicastIPAddressInformation
(ipAddress, ipAddr->PrefixLength));
97
context->_collection.InternalAdd(new
UnixUnicastIPAddressInformation
(ipAddress, ipAddr->PrefixLength));
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
79
_unicastAddresses.Add(new
UnixUnicastIPAddressInformation
(ipAddress, prefix));