TestimoX

API Reference

Class

NetworkInterfaces

Namespace ComputerX.Network
Assembly ComputerX

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 optionalposition: 0
Host names to query; when null/empty, queries the local machine.

Returns

Flattened list of interface details across all requested hosts.