Domain Detective

API Reference

Class

WhoisInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides whois info functionality.

Inheritance

  • Object
  • WhoisInfo

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 WhoisInfo() #

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 String WhoisServer { get; set; } #

Gets or sets the whois server value.

public String LookupSource { get; set; } #

Gets or sets the lookup source value.

public String Registrar { get; set; } #

Gets or sets the registrar value.

public String RegistrarId { get; set; } #

Gets or sets the registrar id value.

public String ExpiryDate { get; set; } #

Gets or sets the expiry date value.

public Nullable<Int32> DaysUntilExpiration { get; set; } #

Gets or sets the days until expiration value.

public Boolean ExpiresSoon { get; set; } #

Gets or sets the expires soon value.

public Boolean IsExpired { get; set; } #

Gets or sets the is expired value.

public Boolean RegistrarLocked { get; set; } #

Gets or sets the registrar locked value.

public Boolean PrivacyProtected { get; set; } #

Gets or sets the privacy protected value.

public IReadOnlyList<String> NameServers { get; set; } #

Gets or sets the name servers 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 WhoisAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}