Class OpenPortCollector
Collects data about the local ports open.
Inheritance
System.Object
OpenPortCollector
Assembly: AsaLib.dll
Syntax
public class OpenPortCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
OpenPortCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public OpenPortCollector(CollectorOptions opts = null, Action<CollectObject>? changeHandler = null)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Implements