Domain Detective

API Reference

Class

HealthCheckExecutionOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Execution settings for domain health checks.

Inheritance

  • Object
  • HealthCheckExecutionOptions

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

Accepted by parameters

Constructors

Properties

public Boolean EnableParallelism { get; set; } #

Enables parallel execution of independent checks.

public Nullable<Int32> MaxParallelism { get; set; } #

Optional override for maximum concurrent checks.

public Nullable<Int32> MaxDomainParallelism { get; set; } #

Optional override for maximum concurrent domain runs in batch execution.

public Nullable<Int32> DnsParallelism { get; set; } #

Optional override for DNS resolver concurrency hints.

public Boolean ResetLogDedupOnRun { get; set; } #

Clears logger message de-duplication on each run.

public Boolean EnableSharedMxCache { get; set; } #

Enables caching of shared MX lookups within a single run.

public Boolean IncludeMissingDkimSelectors { get; set; } #

When enabled, DKIM verification records results for selectors even when no DKIM TXT record exists.

public Boolean SkipBimiIndicatorDownload { get; set; } #

When enabled, BIMI verification skips downloading the indicator SVG.

{{ include "footer" }}