ProcessQuery.hasConnection

ProcessQuery hasConnection(string addr, ushort port)

Filters processes that have a network connection.

Parameters

addrThe IP address to match (optional).
portThe port number to match.

Returns

This ProcessQuery for method chaining.