Configuration.WithSystematicFuzzingEnabled method

Updates the configuration with systematic fuzzing enabled or disabled.

public Configuration WithSystematicFuzzingEnabled(bool isEnabled = true)
parameter description
isEnabled If true, then systematic fuzzing is enabled.

See Also