Domain Detective

API Reference

Class

RedirectPairStat

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Aggregated statistics for redirects between two hosts.

Inheritance

  • Object
  • RedirectPairStat

Usage

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

Constructors

public RedirectPairStat() #

Properties

public String FromHost { get; set; } #

Source host of the redirect.

public String ToHost { get; set; } #

Destination host of the redirect.

public Int32 Count { get; set; } #

Total redirects observed from source to destination.

public Int32 SchemeUpgradeCount { get; set; } #

Number of redirects that upgraded scheme (http→https).

public Int32 SchemeDowngradeCount { get; set; } #

Number of redirects that downgraded scheme (https→http).

{{ include "footer" }}