API Reference
Class
GoogleSearchClient
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
- Property SearchEngineAnalysis.Google
Constructors
public GoogleSearchClient() #Methods
public async Task<GoogleSearchResponse> QueryAsync(String query, CancellationToken ct = null) #Returns:
Task<GoogleSearchResponse>Executes a search query.
Parameters
- query System.String
- ct System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object