Class NetworkInterfaceHelper
Inheritance
System.Object
NetworkInterfaceHelper
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public static class NetworkInterfaceHelper : Object
Methods
Declaration
public static List<string> CollectIPs(Func<NetworkInterface, bool> filterNetworkInterface, Func<IPAddress, bool> filterIPAddress)
Parameters
Type |
Name |
Description |
System.Func<System.Net.NetworkInformation.NetworkInterface, System.Boolean> |
filterNetworkInterface |
|
System.Func<System.Net.IPAddress, System.Boolean> |
filterIPAddress |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public static List<string> CollectMacAddresses(Func<NetworkInterface, bool> filterNetworkInterface)
Parameters
Type |
Name |
Description |
System.Func<System.Net.NetworkInformation.NetworkInterface, System.Boolean> |
filterNetworkInterface |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|