API Reference
Class
DomainWebsitePortfolioSummary
Website and HTTP posture fields that are useful to portfolio storage.
Inheritance
- Object
- DomainWebsitePortfolioSummary
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
- Property DomainPortfolioSummaries.Website
Constructors
public DomainWebsitePortfolioSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> StatusCode { get; set; } #HTTP status code when available.
public String FinalUrl { get; set; } #Final URL after redirects when available.
public Nullable<Boolean> UsesHttps { get; set; } #Whether HTTPS was used or required by the observed endpoint.
public Nullable<Boolean> SecurityTxtPresent { get; set; } #Whether security.txt evidence is present.
public Nullable<Boolean> RobotsTxtPresent { get; set; } #Whether robots.txt evidence is present.