Domain Detective

API Reference

Class

TechDetectionDetail

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Describes a single technology detection with source, evidence and confidence.

Inheritance

  • Object
  • TechDetectionDetail

Usage

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

Accepted by parameters

Constructors

Properties

public String Name { get; set; } #

Technology name (e.g., WordPress, Cloudflare).

public TechEvidenceKind SourceKind { get; set; } #

Typed detection source (e.g., Header, Cookie, ScriptSrc, Dns).

public TechCategory Category { get; set; } #

High-level technology category (e.g., CMS, WebServer, JSLibrary).

public String Version { get; set; } #

Optional detected version string, when available.

public String Evidence { get; set; } #

Short evidence snippet (e.g., header value, path, or matched regex).

public Int32 Confidence { get; set; } #

Confidence score (0-100). Defaults to 100 for strong matches.

{{ include "footer" }}