Domain Detective

API Reference

Class

DnsTraceStep

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Provides dns trace step functionality.

Inheritance

  • Object
  • DnsTraceStep

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 DnsTraceStepKind Kind { get; set; } #

Gets or sets the kind value.

public Int32 Depth { get; set; } #

Gets or sets the depth value.

public String Server { get; set; } #

Gets or sets the server value.

public String QueryName { get; set; } #

Gets or sets the query name value.

public DnsRecordType RecordType { get; set; } #

Gets or sets the record type value.

public DnsResponseCode ResponseStatus { get; set; } #

Gets or sets the response status value.

public Int32 AnswerCount { get; set; } #

Gets or sets the answer count value.

public Int32 AuthorityCount { get; set; } #

Gets or sets the authority count value.

public Int32 AdditionalCount { get; set; } #

Gets or sets the additional count value.

public Int32 RoundTripTimeMs { get; set; } #

Gets or sets the round trip time ms value.

public String CnameTarget { get; set; } #

Gets or sets the cname target value.

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

Gets or sets the referral name servers value.

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

Gets or sets the next servers value.

{{ include "footer" }}