Class V1Resource.GetIpRequest
The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error.
Inheritance
V1Resource.GetIpRequest
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class V1Resource.GetIpRequest : DomainsRDAPBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetIpRequest(IClientService)
Constructs a new GetIp request.
Declaration
public GetIpRequest(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.HttpBody>.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.HttpBody>.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.HttpBody>.RestPath
Methods
InitParameters()
Initializes GetIp parameter list.
Declaration
protected override void InitParameters()