Domain Detective

API Reference

Class

GoogleSearchClient

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Client for Google Custom Search API.

Inheritance

  • Object
  • GoogleSearchClient

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Methods

public async Task<GoogleSearchResponse> QueryAsync(String query, CancellationToken ct = null) #
Returns: Task<GoogleSearchResponse>

Executes a search query.

Parameters

query System.String requiredposition: 0
ct System.Threading.CancellationToken = null optionalposition: 1

Properties

public String BaseUrl { get; set; } #

API endpoint.

public String ApiKey { get; set; } #

API key.

public String EngineId { get; set; } #

Search engine identifier.

HttpHandlerFactory #

Factory for custom HTTP handlers.

{{ include "footer" }}