API Reference
Class
NetworkInterfaces
Provides queries for network interface information.
Inheritance
- Object
- NetworkInterfaces
Constructors
public NetworkInterfaces() #Methods
public async Task<List<NetworkInterfaceInfo>> QueryInterfacesAsync(String[] machineNames = null) #Returns:
Task<List<NetworkInterfaceInfo>>Queries network interfaces on one or more machines and returns consolidated details.
Parameters
- machineNames System.String[] = null
- Host names to query; when null/empty, queries the local machine.
Returns
Flattened list of interface details across all requested hosts.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object