3 instantiations of 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));
5 references to UnixUnicastIPAddressInformation
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
64
foreach (
UnixUnicastIPAddressInformation
address in uni.UnicastAddress)
System\Net\NetworkInformation\UnixNetworkInterface.cs (4)
15
internal List<
UnixUnicastIPAddressInformation
> _unicastAddresses = new List<
UnixUnicastIPAddressInformation
>();
41
foreach (
UnixUnicastIPAddressInformation
addr in _unicastAddresses)
60
public List<
UnixUnicastIPAddressInformation
> UnicastAddress { get { return _unicastAddresses; } }