Show / Hide Table of Contents

Class V1Resource

The "v1" collection of methods.

Inheritance
object
V1Resource
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 V1Resource

Constructors

V1Resource(IClientService)

Constructs a new resource.

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

Methods

GetDomains()

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 V1Resource.GetDomainsRequest GetDomains()
Returns
Type Description
V1Resource.GetDomainsRequest

GetEntities()

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 V1Resource.GetEntitiesRequest GetEntities()
Returns
Type Description
V1Resource.GetEntitiesRequest

GetHelp()

Get help information for the RDAP API, including links to documentation.

Declaration
public virtual V1Resource.GetHelpRequest GetHelp()
Returns
Type Description
V1Resource.GetHelpRequest

GetIp()

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 V1Resource.GetIpRequest GetIp()
Returns
Type Description
V1Resource.GetIpRequest

GetNameservers()

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 V1Resource.GetNameserversRequest GetNameservers()
Returns
Type Description
V1Resource.GetNameserversRequest
In this article
Back to top Generated by DocFX