Domain Detective

API Reference

Class

DomainWebsitePortfolioSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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

Constructors

public DomainWebsitePortfolioSummary() #

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.

{{ include "footer" }}