Domain Detective

API Reference

Class

HeaderStat

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Simple name/count pair used to report top response headers for a host.

Inheritance

  • Object
  • HeaderStat

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

Properties

public String Name { get; set; } #

Header name.

public Int32 Count { get; set; } #

Total occurrences of the header across responses.

{{ include "footer" }}