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