API Reference
WebStaticScanInfo
View model summarizing a static website scan (HTTP resources, hosts, trackers).
Inheritance
- Object
- WebStaticScanInfo
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 WebStaticScanInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public String Title { get; set; } #Gets or sets the title value.
public HttpInfo Page { get; set; } #Gets or sets the page value.
public Int32 ResourceCount { get; set; } #Gets or sets the resource count value.
public Int32 HostCount { get; set; } #Gets or sets the host count value.
public Dictionary<String, Int64> BytesByType { get; set; } #Gets or sets the bytes by type value.
public Int32 FirstPartyHostCount { get; set; } #Gets or sets the first party host count value.
public Int32 ThirdPartyHostCount { get; set; } #Gets or sets the third party host count value.
public String[] Tech { get; set; } #Gets or sets the tech value.
public String[] Trackers { get; set; } #Gets or sets the trackers value.
public WebStaticScanHostBrief[] TopHostsByBytes { get; set; } #Gets or sets the top hosts by bytes value.
public WebStaticScanHostBrief[] TopThirdPartyByBytes { get; set; } #Gets or sets the top third party by bytes value.
public TechDetectionDetail[] TechDetails { get; set; } #Gets or sets the tech details value.
public Int32 HttpsPercent { get; set; } #Gets or sets the https percent value.
public Int32 Ipv6Percent { get; set; } #Gets or sets the ipv6 percent value.
public Int32 DomainCount { get; set; } #Gets or sets the domain count value.
public Int32 SubdomainCount { get; set; } #Gets or sets the subdomain count value.
public Int32 IpCount { get; set; } #Gets or sets the ip count value.
public Int32 CountryCount { get; set; } #Gets or sets the country count value.
public Int64 TransferBytes { get; set; } #Gets or sets the transfer bytes value.
public Int32 CookiesSet { get; set; } #Gets or sets the cookies set value.
public Int32 BrokenLinksTotal { get; set; } #Gets or sets the broken links total value.
public Int32 BrokenLinksFirstParty { get; set; } #Gets or sets the broken links first party value.
public IReadOnlyList<Assessment> Assessments { get; set; } #Gets or sets the assessments value.
public String Status { get; set; } #Gets or sets the status value.
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public WebStaticScanAnalysis Raw { get; set; } #Gets or sets the raw value.