API Reference
Class
WildcardDnsInfo
Provides wildcard dns info functionality.
Inheritance
- Object
- WildcardDnsInfo
Constructors
public WildcardDnsInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public Boolean CatchAll { get; set; } #Gets or sets the catch all value.
public Boolean SoaExists { get; set; } #Gets or sets the soa exists value.
public Boolean NsExists { get; set; } #Gets or sets the ns exists value.
public IReadOnlyList<String> TestedNames { get; set; } #Gets or sets the tested names value.
public IReadOnlyList<String> ResolvedNames { get; set; } #Gets or sets the resolved names value.
public IReadOnlyList<String> ResolvedAddresses { get; set; } #Gets or sets the resolved addresses value.
public IReadOnlyList<Assessment> Assessments { get; set; } #Gets or sets the assessments value.
public String Status { get; set; } #Gets or sets the status value.
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public String Summary { get; set; } #Gets or sets the summary value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public WildcardDnsAnalysis Raw { get; set; } #Gets or sets the raw value.