Domain Detective

API Reference

Class

DnsblReplyCode

Namespace DomainDetective
Assembly DomainDetective

Provider specific reply code configuration.

Inheritance

  • Object
  • DnsblReplyCode

Remarks

Some providers return custom numeric codes where the meaning is not standardized; this class records whether such codes indicate a listing and provides a textual explanation.

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

Properties

public Boolean IsListed { get; set; } #

Indicates whether the returned code means the host is listed.

public String Meaning { get; set; } #

Human readable explanation of the reply code.

{{ include "footer" }}