Domain Detective

API Reference

Struct

DnsQuestion

Namespace DnsClientX
Assembly DnsClientX
Base ValueType
Modifiers sealed

Represents a DNS question as defined in RFC 1035 section 4.1.2.

Inheritance

  • ValueType
  • DnsQuestion

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 DnsQuestion() #

Initializes a new instance of the DnsQuestion struct.

Properties

public String Name { get; set; } #
JsonPropertyName("name")

The FQDN record name requested.

public DnsRecordType Type { get; set; } #
JsonPropertyName("type")

The type of DNS record requested.

public String HostName { get; set; } #
JsonIgnore

HostName or IP address of the DNS server which received the query.

public Uri BaseUri { get; set; } #
JsonIgnore

Base URI of the DNS server which received the query.

public DnsRequestFormat RequestFormat { get; set; } #
JsonIgnore

Request format of the DNS server which received the query.

public Int32 Port { get; set; } #
JsonIgnore

Port of the DNS server which received the query.

Fields

public String OriginalName #
JsonIgnore

The FQDN record name requested. Retains original name as set by the client.

{{ include "footer" }}