Domain Detective

API Reference

Enum

OpenResolverStatus

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

Describes the outcome of an open-recursion probe.

Inheritance

  • Enum
  • OpenResolverStatus

Usage

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

Values

public const OpenResolverStatus Unknown #

No probe outcome is available.

Value: 0
public const OpenResolverStatus Open #

The server returned a recursive answer for an unrelated public name.

Value: 1
public const OpenResolverStatus Closed #

The server returned a valid response that refused or did not offer recursion.

Value: 2
public const OpenResolverStatus Failed #

The probe failed or returned an invalid or inconclusive response.

Value: 3
{{ include "footer" }}