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