Domain Detective

API Reference

Class

HeaderRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Header rule: a header 'name' must contain the specified substring to infer a 'tech'.

Inheritance

  • Object
  • HeaderRule

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 HeaderRule() #

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Header name to inspect (e.g., X-Powered-By).

public String Contains { get; set; } #
JsonPropertyName("contains")

Substring to search for in the header value.

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

Technology label to record when matched.

{{ include "footer" }}