Domain Detective

API Reference

Struct

DnsAnswerMinimal

Namespace DnsClientX
Assembly DnsClientX
Base ValueType
Modifiers sealed

Provides a lightweight representation of a DNS resource record. Useful for reducing the payload size returned to callers. See RFC 1035 for the resource record definition.

Inheritance

  • ValueType
  • DnsAnswerMinimal

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

op_Explicit(DnsClientX.DnsAnswer dnsAnswer) #

Performs an explicit conversion from DnsAnswer to DnsAnswerMinimal.

Parameters

dnsAnswer DnsClientX.DnsAnswer required
The DNS answer.

Returns

The result of the conversion.

Properties

public String Name { get; set; } #

Gets the name.

Value

The name.

public DnsRecordType Type { get; set; } #

Gets the type.

Value

The type.

public Int32 TTL { get; set; } #

Gets the TTL.

Value

The TTL.

public String Data { get; set; } #

Gets the data.

Value

The data.

public Int32 Port { get; set; } #

Gets the port of the DNS server that provided the answer.

public DnsRequestFormat RequestFormat { get; set; } #

Gets the protocol used to obtain the DNS answer.

{{ include "footer" }}