Domain Detective

API Reference

Class

BrokenResource

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Provides broken resource functionality.

Inheritance

  • Object
  • BrokenResource

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

Properties

public String Url { get; set; } #

Gets or sets the url value.

public String FinalUrl { get; set; } #

Gets or sets the final url value.

public Int32 StatusCode { get; set; } #

Gets or sets the status code value.

public String Host { get; set; } #

Gets or sets the host value.

public String Category { get; set; } #

Gets or sets the category value.

public String Source { get; set; } #

Gets or sets the source value.

public Boolean FirstParty { get; set; } #

Gets or sets the first party value.

public String Referrer { get; set; } #

Gets or sets the referrer value.

{{ include "footer" }}