Domain Detective

API Reference

Class

DomainRegistrationPortfolioSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Registration lifecycle fields that are useful to portfolio storage.

Inheritance

  • Object
  • DomainRegistrationPortfolioSummary

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

Properties

public String Registrar { get; set; } #

Registrar name when available.

public Nullable<DateTimeOffset> CreatedAtUtc { get; set; } #

Registration creation date when available.

public Nullable<DateTimeOffset> UpdatedAtUtc { get; set; } #

Registration update date when available.

public Nullable<DateTimeOffset> ExpiresAtUtc { get; set; } #

Registration expiration date when available.

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

Days from snapshot capture to expiry.

public List<String> Statuses { get; set; } #

Normalized registration status tokens.

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

Name servers from registration evidence when available.

{{ include "footer" }}