TestimoX

API Reference

Class

NetworkAdapters

Namespace ComputerX.Network
Assembly ComputerX
Modifiers static

Access to basic network adapter list for a remote or local computer.

Inheritance

  • Object
  • NetworkAdapters

Methods

public static Task<List<NetworkAdapter>> GetAsync(String computer) #
Returns: Task<List<NetworkAdapter>>

Asynchronously gets a list of adapters for the specified computer.

Parameters

computer System.String requiredposition: 0
Target host name.