Domain Detective

API Reference

Class

DnsTraceQuery

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Provides dns trace query functionality.

Inheritance

  • Object
  • DnsTraceQuery

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 DnsRecordType RecordType { get; set; } #

Gets or sets the record type value.

public String OriginalName { get; set; } #

Gets or sets the original name value.

public String FinalName { get; set; } #

Gets or sets the final name value.

public DnsResponseCode FinalResponseStatus { get; set; } #

Gets or sets the final response status value.

public DnsTraceQueryStatus Status { get; set; } #

Gets or sets the status value.

public String FailureReason { get; set; } #

Gets or sets the failure reason value.

public List<DnsTraceStep> Steps { get; } #

Gets the steps value.

public List<String> CnameTargets { get; } #

Captured CNAME targets followed during trace (best-effort).

{{ include "footer" }}