TestimoX

API Reference

Class

DnsExternalResolutionResult

Namespace ADPlayground.Dns.DnsSplitHorizonExposureService
Assembly ADPlayground
Modifiers sealed

Result returned by external DNS resolver delegates.

Inheritance

  • Object
  • DnsExternalResolutionResult

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

Properties

public Boolean QuerySucceeded { get; set; } #

When true, the resolver query completed without transport errors.

public String Resolver { get; set; } #

Resolver that produced the result.

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

External address answers returned by the resolver.