Domain Detective

API Reference

Class

CnameAnalysis

Namespace DomainDetective
Assembly DomainDetective
Implements

Resolves CNAME chains and detects resolution issues or loops.

Inheritance

  • Object
  • CnameAnalysis

Usage

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

Accepted by parameters

Constructors

Methods

public async Task Analyze(String domainName, InternalLogger logger, CancellationToken ct = null) #
Returns: Task

Analyzes CNAME records for the given domain.

Parameters

domainName System.String requiredposition: 0
logger DomainDetective.InternalLogger requiredposition: 1
ct System.Threading.CancellationToken = null optionalposition: 2

Properties

public String Subject { get; set; } #

Domain under analysis.

public DnsConfiguration DnsConfiguration { get; set; } #

Gets or sets DNS configuration for queries.

public Func<String, DnsRecordType, Task<DnsAnswer[]>> QueryDnsOverride { get; set; } #

Gets or sets override for DNS queries.

public Boolean CnameRecordExists { get; set; } #

Gets a value indicating whether a CNAME exists for the domain.

public String Target { get; set; } #

Gets the final CNAME target if one was found.

public Boolean TargetResolves { get; set; } #

Gets a value indicating whether the target resolves.

public Boolean LoopDetected { get; set; } #

Gets a value indicating whether a loop was detected.

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

Gets the assessments value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #

Represents the recommendations value.

{{ include "footer" }}