Class V1Resource.GetNameserversRequest
The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error.
Inheritance
V1Resource.GetNameserversRequest
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class V1Resource.GetNameserversRequest : DomainsRDAPBaseServiceRequest<RdapResponse>, IClientServiceRequest<RdapResponse>, IClientServiceRequest
Constructors
GetNameserversRequest(IClientService)
Constructs a new GetNameservers request.
Declaration
public GetNameserversRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.RdapResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.RdapResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.RdapResponse>.RestPath
Methods
InitParameters()
Initializes GetNameservers parameter list.
Declaration
protected override void InitParameters()