Domain Detective

API Reference

Class

DnsPropagationSetAnalysis

Namespace DomainDetective
Assembly DomainDetective
Implements
Modifiers sealed

Aggregates multiple DNS propagation analyses (for multiple record types) for a single subject.

Inheritance

  • Object
  • DnsPropagationSetAnalysis

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

Methods

public Void Add(DnsPropagationReportAnalysis analysis) #
Returns: Void

Executes the add operation.

Parameters

analysis DomainDetective.DnsPropagationReportAnalysis requiredposition: 0
public Void Reset(String subject = null) #
Returns: Void

Executes the reset operation.

Parameters

subject System.String = null optionalposition: 0

Properties

public String Subject { get; set; } #

Domain being analyzed.

public List<DnsPropagationReportAnalysis> Items { get; } #

Per-record-type DNS propagation summaries.

public virtual List<Assessment> Assessments { get; } #

Aggregated assessments from all Items.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #

Represents the recommendations value.

{{ include "footer" }}