Domain Detective

API Reference

Enum

DnsSelectionStrategy

Namespace DnsClientX
Assembly DnsClientX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines how DnsClientX chooses between multiple DNS endpoints. This behavior is implementation specific and not defined by any RFC.

Inheritance

  • Enum
  • DnsSelectionStrategy

Remarks

The strategy influences which server will be contacted for each query.

Usage

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

Accepted by parameters

Values

public const DnsSelectionStrategy First #

First DNS server in the list.

Value: 0
public const DnsSelectionStrategy Random #

Randomly select a DNS server.

Value: 1
public const DnsSelectionStrategy Failover #

Failover to the next DNS server if the current one fails.

Value: 2
{{ include "footer" }}