Domain Detective

API Reference

Class

DnsResult (DomainDetective)

Namespace DomainDetective
Assembly DomainDetective

Represents a DNS query result.

Inheritance

  • Object
  • DnsResult

Remarks

The Data property exposes raw record strings exactly as returned by the DNS resolver.

Constructors

Methods

public static DnsResult FromDnsAnswer(DnsAnswer answer) #
Returns: DnsResult

Creates a DnsResult from a DnsAnswer.

Parameters

answer DnsClientX.DnsAnswer requiredposition: 0

Properties

public String Name { get; set; } #

Gets or sets the queried name.

public String[] Data { get; set; } #

Gets or sets the raw data returned.

public String DataJoined { get; set; } #

Gets or sets the data joined into a single string.

public Int32 Ttl { get; set; } #

Gets or sets the time to live value.

{{ include "footer" }}