Domain Detective

API Reference

Class

DnsblTargetInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides dnsbl target info functionality.

Inheritance

  • Object
  • DnsblTargetInfo

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 String Key { get; set; } #

Gets or sets the key value.

public String Label { get; set; } #

Gets or sets the label value.

public String PrimaryPathway { get; set; } #

Gets or sets the primary pathway value.

public IReadOnlyList<String> Pathways { get; set; } #

Gets or sets the pathways value.

public IReadOnlyList<String> QueryKinds { get; set; } #

Gets or sets the query kinds value.

public IReadOnlyList<String> SourceHosts { get; set; } #

Gets or sets the source hosts value.

public Int32 ProvidersChecked { get; set; } #

Gets or sets the providers checked value.

public Int32 ProvidersListed { get; set; } #

Gets or sets the providers listed value.

public IReadOnlyList<String> ListedProviders { get; set; } #

Gets or sets the listed providers value.

public String ExampleQuery { get; set; } #

Gets or sets the example query value.

{{ include "footer" }}