TestimoX

API Reference

Class

NetworkInterfaceInfo

Namespace ComputerX.Network
Assembly ComputerX

Contains network interface details.

Inheritance

  • Object
  • NetworkInterfaceInfo

Constructors

public NetworkInterfaceInfo() #

Properties

public String ComputerName { get; set; } #

Computer name the interface belongs to.

public String Name { get; set; } #

Interface friendly name.

public String Description { get; set; } #

Driver-provided description.

public List<String> IpAddresses { get; set; } #

Assigned IP addresses.

public List<String> DnsServers { get; set; } #

Configured DNS servers.

public List<String> SearchSuffixes { get; set; } #

DNS search suffixes.

public List<String> UnreachableDnsServers { get; set; } #

DNS servers that failed a quick reachability probe.

public Nullable<Int64> LinkSpeed { get; set; } #

Link speed in bits per second (when available).

public OperationalStatus OperationalStatus { get; set; } #

Operational status reported by the OS.