Class DomainResource.GetRequest
Look up RDAP information for a domain by name.
Inheritance
DomainResource.GetRequest
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class DomainResource.GetRequest : DomainsRDAPBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string domainName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | domainName |
Properties
DomainName
Full domain name to look up. Example: "example.com"
Declaration
[RequestParameter("domainName", RequestParameterType.Path)]
public virtual string DomainName { get; }
Property Value
Type | Description |
---|---|
string |
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 Get parameter list.
Declaration
protected override void InitParameters()