Domain Detective

API Reference

Class

DomainRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Domain rule: matches a registrable domain suffix to infer a technology.

Inheritance

  • Object
  • DomainRule

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

public DomainRule() #

Properties

public String Suffix { get; set; } #
JsonPropertyName("suffix")

Domain suffix to match (e.g., cloudflare.com).

public String Tech { get; set; } #
JsonPropertyName("tech")

Technology label to record when matched.

{{ include "footer" }}