Domain Detective

API Reference

Enum

ScanMode

Namespace DomainDetective.Scanning
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Scan mode controlling depth and modules.

Inheritance

  • Enum
  • ScanMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Values

public const ScanMode Default #

Uses the default scan depth.

Value: 0
public const ScanMode Quick #

Runs a faster scan with reduced depth.

Value: 1
public const ScanMode Full #

Runs the full scan depth.

Value: 2
{{ include "footer" }}