Domain Detective

API Reference

Enum

DomainIpScanMode

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

Controls which IPs are resolved and checked when a domain name is provided for DNSBL analysis. Domain-based DNSBL checks are always performed.

Inheritance

  • Enum
  • DomainIpScanMode

Usage

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

Accepted by parameters

Values

public const DomainIpScanMode MxOnly #

Resolve MX A and MX AAAA and check those IPs only.

Value: 0
public const DomainIpScanMode MxAOnly #

Resolve MX A records only and check those IPs.

Value: 1
public const DomainIpScanMode MxAAAAOnly #

Resolve MX AAAA records only and check those IPs.

Value: 2
public const DomainIpScanMode ApexOnly #

Resolve apex A and AAAA and check those IPs only.

Value: 3
public const DomainIpScanMode ApexAOnly #

Resolve apex A records only and check those IPs.

Value: 4
public const DomainIpScanMode ApexAAAAOnly #

Resolve apex AAAA records only and check those IPs.

Value: 5
public const DomainIpScanMode MxAndApex #

Resolve both MX (A/AAAA) and apex (A/AAAA) and check all IPs.

Value: 6
public const DomainIpScanMode MxThenApexFallback #

Default. Resolve MX (A/AAAA) and check those IPs; if none are obtained, fall back to apex A/AAAA and check those IPs.

Value: 7
{{ include "footer" }}