API Reference
Class
PortInventoryQueryRequest
Parameters for port inventory queries.
Inheritance
- Object
- PortInventoryQueryRequest
Constructors
public PortInventoryQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.