TestimoX

API Reference

Class

PortInventoryQueryRequest

Namespace ComputerX.Ports
Assembly ComputerX
Modifiers sealed

Parameters for port inventory queries.

Inheritance

  • Object
  • PortInventoryQueryRequest

Constructors

public PortInventoryQueryRequest() #

Properties

public String ComputerName { get; set; } #

Target computer name. Null or whitespace resolves to the local machine.

public PortInventoryProtocol Protocol { get; set; } #

Protocol filter. Default is Any.

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

Optional local port filter.

public String ProcessNameContains { get; set; } #

Optional case-insensitive process-name substring filter.

public String State { get; set; } #

Optional case-insensitive TCP state filter (for example: LISTEN, ESTAB).

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

Optional maximum number of rows to return.