1 override of UnicastAddresses
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
103public override UnicastIPAddressInformationCollection UnicastAddresses{
3 references to UnicastAddresses
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
445UnicastIPAddressInformationCollection addresses = interfaces[i].GetIPProperties().UnicastAddresses;
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
189foreach (UnicastIPAddressInformation unicastAddress in properties.UnicastAddresses) 389foreach (UnicastIPAddressInformation unicastAddress in properties.UnicastAddresses)