API Reference
Class
TechDetectionDetail
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.
Returned or exposed by
- Property WebStaticScanInfo.TechDetails
- Property WebStaticScanAnalysis.TechDetails
Accepted by parameters
Constructors
public TechDetectionDetail() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.