3 references to _unicastAddresses
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixNetworkInterface.cs (3)
41
foreach (UnixUnicastIPAddressInformation addr in
_unicastAddresses
)
60
public List<UnixUnicastIPAddressInformation> UnicastAddress { get { return
_unicastAddresses
; } }
79
_unicastAddresses
.Add(new UnixUnicastIPAddressInformation(ipAddress, prefix));