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