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