1 type derived from IPInterfaceProperties
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
20
internal class SystemIPInterfaceProperties:
IPInterfaceProperties
{
7 references to IPInterfaceProperties
System (2)
net\System\Net\NetworkInformation\NetworkInterface.cs (1)
40
public virtual
IPInterfaceProperties
GetIPProperties() {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
169
public override
IPInterfaceProperties
GetIPProperties(){
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
186
IPInterfaceProperties
properties = networkIf.GetIPProperties();
386
IPInterfaceProperties
properties = networkIf.GetIPProperties();
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
209
IPInterfaceProperties
properties = adapters[i].GetIPProperties();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
553
IPInterfaceProperties
properties = adapters[i].GetIPProperties();
System\ServiceModel\Channels\UdpUtility.cs (1)
94
IPInterfaceProperties
properties = adapter.GetIPProperties();