Domain Detective

API Reference

Class

BlockListEntry

Namespace DomainDetective
Assembly DomainDetective

Represents an HTTP based IP block list source.

Inheritance

  • Object
  • BlockListEntry

Remarks

Entries are typically loaded from text files where each line contains a URL pointing to a list of blocked IP addresses.

Usage

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

Constructors

Properties

public String Name { get; set; } #

Gets or sets the list name.

public String Url { get; set; } #

Gets or sets the source URL.

public Boolean Enabled { get; set; } #

Gets or sets whether the list is queried.

public String Comment { get; set; } #

Gets or sets optional descriptive text.

{{ include "footer" }}