1 type derived from IPInterfaceProperties
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
20internal class SystemIPInterfaceProperties:IPInterfaceProperties {
7 references to IPInterfaceProperties
System (2)
net\System\Net\NetworkInformation\NetworkInterface.cs (1)
40public virtual IPInterfaceProperties GetIPProperties() {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
169public override IPInterfaceProperties GetIPProperties(){
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();