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