Domain Detective

API Reference

Class

DnsQueryBatchResult

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents one DNS query result in a batch operation.

Inheritance

  • Object
  • DnsQueryBatchResult

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

public DnsQueryBatchResult() #

Properties

public String Name { get; set; } #

Gets or sets the name value.

public DnsRecordType RecordType { get; set; } #

Gets or sets the record type value.

public DnsResponseCode ResponseCode { get; set; } #

Gets or sets the response code value.

public DnsAnswer[] Answers { get; set; } #

Gets or sets the answers value.

public Boolean QuerySucceeded { get; set; } #

Gets or sets the query succeeded value.

{{ include "footer" }}