API Reference
Class
RdapDomain
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.
Returned or exposed by
- Property RdapAnalysis.DomainData
- Method RdapClient.GetDomain
- Method RdapClient.GetTld
- Method RdapClient.QueryDomainAsync
- Method RdapClient.QueryTldAsync
Constructors
public RdapDomain() #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 reported for the domain.
public List<RdapNameserver> Nameservers { get; set; } #JsonPropertyName("nameservers")Authoritative nameservers.