Domain Detective

API Reference

Class

TrackerDetection

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Provides tracker detection functionality.

Inheritance

  • Object
  • TrackerDetection

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

Properties

public String Host { get; set; } #

Gets or sets the host value.

public String RegistrableDomain { get; set; } #

Gets or sets the registrable domain value.

public Boolean FirstParty { get; set; } #

Gets or sets the first party value.

public Int32 RequestCount { get; set; } #

Gets or sets the request count value.

public Int64 Bytes { get; set; } #

Gets or sets the bytes value.

public String[] SampleUrls { get; set; } #

Gets or sets the sample urls value.

public String[] ContentTypes { get; set; } #

Gets or sets the content types value.

public String EvidenceKind { get; set; } #

Gets or sets the evidence kind value.

public String Evidence { get; set; } #

Gets or sets the evidence value.

public String TrackerName { get; set; } #

Gets or sets the tracker name value.

{{ include "footer" }}