Domain Detective

API Reference

Enum

DnsblIpSource

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

Identifies the origin of the IP address used for an IP-based DNSBL query.

Inheritance

  • Enum
  • DnsblIpSource

Usage

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

Values

public const DnsblIpSource UserProvided #

IP address was provided directly by the user.

Value: 0
public const DnsblIpSource Domain #

Domain-level listing (URIBL/DBL); no IP resolution involved.

Value: 5
public const DnsblIpSource ApexA #

IP address was obtained from a domain's apex A record.

Value: 1
public const DnsblIpSource ApexAAAA #

IP address was obtained from a domain's apex AAAA record.

Value: 2
public const DnsblIpSource MxA #

IP address was obtained from an MX host's A record.

Value: 3
public const DnsblIpSource MxAAAA #

IP address was obtained from an MX host's AAAA record.

Value: 4
{{ include "footer" }}