4 references to GetAllNetworkInterfaces
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
443
NetworkInterface[] interfaces = NetworkInterface.
GetAllNetworkInterfaces
();
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
175
NetworkInterface[] networkIfs = NetworkInterface.
GetAllNetworkInterfaces
();
381
NetworkInterface[] networkIfs = NetworkInterface.
GetAllNetworkInterfaces
();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
260
NetworkInterface[] adapters = NetworkInterface.
GetAllNetworkInterfaces
();