1 override of GetIPProperties
System (1)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
169
public override IPInterfaceProperties
GetIPProperties
(){
6 references to GetIPProperties
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)
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
();