Domain Detective

API Reference

Class

RdapEntity

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents an RDAP entity object.

Inheritance

  • Object
  • RdapEntity

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 Handle { get; set; } #
JsonPropertyName("handle")

Entity handle.

public List<String> Roles { get; set; } #
JsonPropertyName("roles")

Roles assigned to the entity.

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

Status values for the entity.

public Nullable<JsonElement> VcardArray { get; set; } #
JsonPropertyName("vcardArray")

Raw vCard array.

{{ include "footer" }}