Domain Detective

API Reference

Class

DomainScanResult

Namespace DomainDetective.Scanning
Assembly DomainDetective
Modifiers sealed

Aggregate result for a domain scan.

Inheritance

  • Object
  • DomainScanResult

Constructors

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public DateTime StartedUtc { get; set; } #

Gets or sets the started utc value.

public DateTime FinishedUtc { get; set; } #

Gets or sets the finished utc value.

public DnsResult Dns { get; set; } #

Gets or sets the dns value.

public MailResult Mail { get; set; } #

Gets or sets the mail value.

public WebResult Web { get; set; } #

Gets or sets the web value.

public ReputationResult Reputation { get; set; } #

Gets or sets the reputation value.

public List<String> Notes { get; } #

Gets the notes value.

{{ include "footer" }}