API Reference
Class
PortScanProfileDefinition
Provides port lists for predefined scan profiles.
Inheritance
- Object
- PortScanProfileDefinition
Methods
public static IReadOnlyList<Int32> GetPorts(PortScanProfile profile) #Returns:
IReadOnlyList<Int32>Gets the ports for the given profile.
Parameters
- profile DomainDetective.PortScanProfileDefinition.PortScanProfile
OverrideProfilePorts(DomainDetective.PortScanProfileDefinition.PortScanProfile arg1, System.Int32[] arg2) #Overrides ports for a profile (tests only).
Parameters
- arg1 DomainDetective.PortScanProfileDefinition.PortScanProfile
- arg2 System.Int32[]
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static IReadOnlyList<Int32> DefaultPorts { get; } #Default port list.