API Reference
Class
DomainScanResult
Aggregate result for a domain scan.
Inheritance
- Object
- DomainScanResult
Constructors
public DomainScanResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.