TestimoX

API Reference

Class

PortInventoryRow

Namespace ComputerX.Ports
Assembly ComputerX
Modifiers sealed

One port inventory row.

Inheritance

  • Object
  • PortInventoryRow

Constructors

Properties

public String Protocol { get; set; } #

Protocol name: tcp or udp.

public String ComputerName { get; set; } #

Computer name.

public String LocalAddress { get; set; } #

Local IP address.

public Int32 LocalPort { get; set; } #

Local port number.

public String RemoteAddress { get; set; } #

Remote IP address (TCP only).

public Nullable<Int32> RemotePort { get; set; } #

Remote port number (TCP only).

public String State { get; set; } #

TCP state (for TCP rows).

public Int32 ProcessId { get; set; } #

Owning process identifier.

public String ProcessName { get; set; } #

Owning process name when available.