API Reference
Class
RdapEntity
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.
Returned or exposed by
- Method RdapClient.GetEntity
- Method RdapClient.GetRegistrar
- Method RdapClient.QueryEntityAsync
- Method RdapClient.QueryRegistrarAsync
- Property RdapDomain.Entities
- Property RdapIpNetwork.Entities
Constructors
public RdapEntity() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<RdapDomainStatus> Status { get; set; } #JsonPropertyName("status")Status values for the entity.
public Nullable<JsonElement> VcardArray { get; set; } #JsonPropertyName("vcardArray")Raw vCard array.