1 override of GetIPProperties
System (1)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
169public override IPInterfaceProperties GetIPProperties(){
6 references to GetIPProperties
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
445UnicastIPAddressInformationCollection addresses = interfaces[i].GetIPProperties().UnicastAddresses;
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
186IPInterfaceProperties properties = networkIf.GetIPProperties(); 386IPInterfaceProperties properties = networkIf.GetIPProperties();
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
209IPInterfaceProperties properties = adapters[i].GetIPProperties();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
553IPInterfaceProperties properties = adapters[i].GetIPProperties();
System\ServiceModel\Channels\UdpUtility.cs (1)
94IPInterfaceProperties properties = adapter.GetIPProperties();