Domain Detective

API Reference

Class

RdapInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides rdap info functionality.

Inheritance

  • Object
  • RdapInfo

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

Accepted by parameters

Constructors

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

Gets or sets the unicode name value.

public String Handle { get; set; } #

Gets or sets the handle 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 CreationDate { get; set; } #

Gets or sets the creation date 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 IReadOnlyList<String> NameServers { get; set; } #

Gets or sets the name servers value.

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

Gets or sets the status values value.

public Boolean RecordAvailable { get; set; } #

Gets or sets the record available value.

public Boolean HasContactEntity { get; set; } #

Gets or sets the has contact entity value.

public Boolean HasHoldStatus { get; set; } #

Gets or sets the has hold status value.

public IReadOnlyList<RdapEntitySummary> EntitySummaries { get; set; } #

Gets or sets the entity summaries value.

public IReadOnlyList<RdapEventSummary> EventSummaries { get; set; } #

Gets or sets the event summaries 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 RdapAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}