Domain Detective

API Reference

Class

RegistrationSnapshot

Namespace DomainDetective.TimeSeries.Registration
Assembly DomainDetective
Modifiers sealed

Provides registration snapshot functionality.

Inheritance

  • Object
  • RegistrationSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public DateTimeOffset CapturedAtUtc { get; set; } #

Gets or sets the captured at utc value.

public Boolean HasRdap { get; set; } #

Gets or sets the has rdap value.

public Boolean HasWhois { get; set; } #

Gets or sets the has whois value.

public String WhoisServerUsed { get; set; } #

Gets or sets the whois server used value.

public String WhoisLookupSource { get; set; } #

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

Gets or sets the created at raw value.

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

Gets or sets the created at utc value.

public String UpdatedAtRaw { get; set; } #

Gets or sets the updated at raw value.

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

Gets or sets the updated at utc value.

public String ExpiresAtRaw { get; set; } #

Gets or sets the expires at raw value.

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

Gets or sets the expires at utc value.

public Nullable<Boolean> PrivacyProtected { get; set; } #

Gets or sets the privacy protected value.

public Nullable<Boolean> RegistrarLocked { get; set; } #

Gets or sets the registrar locked value.

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

Gets or sets the name servers value.

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

Gets or sets the status value.

{{ include "footer" }}