Domain Detective

API Reference

Class

DnsblEntry

Namespace DomainDetective
Assembly DomainDetective

Represents a DNSBL server configuration entry.

Inheritance

  • Object
  • DnsblEntry

Usage

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

Constructors

DnsblEntry 2 overloads
public DnsblEntry() #

Initializes a new instance of the DnsblEntry class.

public DnsblEntry(String domain, Boolean enabled = true, String comment = null, Int32 port = 53) #

Initializes a new instance of the DnsblEntry class.

Parameters

domain System.String requiredposition: 0
enabled System.Boolean = true optionalposition: 1
comment System.String = null optionalposition: 2
port System.Int32 = 53 optionalposition: 3

Properties

public String Domain { get; set; } #

Gets or sets the blacklist domain.

public Boolean Enabled { get; set; } #

Gets or sets a value indicating whether the entry is used during checks.

public String Comment { get; set; } #

Gets or sets optional descriptive text.

public Dictionary<String, DnsblReplyCode> ReplyCodes { get; set; } #

Gets or sets provider specific reply codes.

public Int32 Port { get; set; } #

Gets or sets the DNS port to use for queries.

{{ include "footer" }}