Domain Detective

API Reference

Class

DNSQueryResult

Namespace DomainDetective
Assembly DomainDetective

Aggregates multiple DNSBL query outcomes for a host.

Inheritance

  • Object
  • DNSQueryResult

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

Constructors

Properties

public String Host { get; set; } #

Gets or sets the host that was checked.

public IEnumerable<DNSBLRecord> DNSBLRecords { get; set; } #

Gets or sets the DNSBL results.

public Int32 Listed { get; } #

Gets the number of blacklists that reported a listing.

public List<String> ListedBlacklist { get; } #

Gets the names of blacklists that reported a listing.

public Int32 NotListed { get; } #

Gets the number of lists where the host was not found.

public Int32 Total { get; } #

Gets the total number of DNSBL checks performed.

public Boolean IsBlacklisted { get; } #

Gets a value indicating whether the host was listed on any blacklist.

{{ include "footer" }}