Domain Detective

API Reference

Class

RdapDomain

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents a domain object in RDAP.

Inheritance

  • Object
  • RdapDomain

Usage

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

Constructors

Properties

public String LdhName { get; set; } #
JsonPropertyName("ldhName")

LDH name of the domain.

public String UnicodeName { get; set; } #
JsonPropertyName("unicodeName")

Unicode representation.

public String Handle { get; set; } #
JsonPropertyName("handle")

Domain handle.

public List<RdapDomainStatus> Status { get; set; } #
JsonPropertyName("status")

Status values reported for the domain.

public List<RdapEvent> Events { get; set; } #
JsonPropertyName("events")

Event list.

public List<RdapEntity> Entities { get; set; } #
JsonPropertyName("entities")

Associated entities.

public List<RdapNameserver> Nameservers { get; set; } #
JsonPropertyName("nameservers")

Authoritative nameservers.

{{ include "footer" }}