Show / Hide Table of Contents

Class EntityResource

The "entity" collection of methods.

Inheritance
object
EntityResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class EntityResource

Constructors

EntityResource(IClientService)

Constructs a new resource.

Declaration
public EntityResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error.

Declaration
public virtual EntityResource.GetRequest Get(string entityId)
Parameters
Type Name Description
string entityId

null

Returns
Type Description
EntityResource.GetRequest
In this article
Back to top Generated by DocFX