Class NameserverResource.GetRequest
The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error.
Inheritance
NameserverResource.GetRequest
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class NameserverResource.GetRequest : DomainsRDAPBaseServiceRequest<RdapResponse>, IClientServiceRequest<RdapResponse>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string nameserverId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | nameserverId |
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
NameserverId
Declaration
[RequestParameter("nameserverId", RequestParameterType.Path)]
public virtual string NameserverId { get; }
Property Value
Type | Description |
---|---|
string |
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 Get parameter list.
Declaration
protected override void InitParameters()