Domain Detective

API Reference

Class

DnsblInfo

Namespace DomainDetective.Views
Assembly DomainDetective

View model summarizing DNSBL blacklist checks.

Inheritance

  • Object
  • DnsblInfo

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 HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Int32 ProvidersChecked { get; set; } #

Gets or sets the providers checked value.

public Int32 HostsChecked { get; set; } #

Gets or sets the hosts checked value.

public Int32 HostsListed { get; set; } #

Gets or sets the hosts listed value.

public Int32 ProvidersWithListings { get; set; } #

Gets or sets the providers with listings value.

public IReadOnlyList<DNSBLRecord> ListedRecords { get; set; } #

Gets or sets the listed records value.

public IReadOnlyList<DnsblHostSummary> HostSummaries { get; set; } #

Gets or sets the host summaries value.

public IReadOnlyList<DnsblTargetInfo> Targets { get; set; } #

Gets or sets the targets value.

public IReadOnlyList<DnsblListingInfo> Listings { get; set; } #

Gets or sets the listings value.

public IReadOnlyList<DnsblPathwayInfo> Pathways { get; set; } #

Gets or sets the pathways value.

public IReadOnlyList<DnsblProviderSummary> ProviderSummaries { get; set; } #

Gets or sets the provider summaries value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public Sections Narrative { get; set; } #

Gets or sets the narrative value.

public IReadOnlyList<String> Highlights { get; set; } #

Gets or sets the highlights value.

public IReadOnlyList<String> Details { get; set; } #

Gets or sets the details value.

public DNSBLAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}