API Reference
Class
PortInventoryRow
One port inventory row.
Inheritance
- Object
- PortInventoryRow
Constructors
public PortInventoryRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Protocol { get; set; } #Protocol name: tcp or udp.
public String LocalAddress { get; set; } #Local IP address.
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.