API Reference
Class
BingSearchClient
Client for Bing Web Search API.
Inheritance
- Object
- BingSearchClient
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.Bing
Constructors
public BingSearchClient() #Methods
public async Task<BingSearchResponse> QueryAsync(String query, CancellationToken ct = null) #Returns:
Task<BingSearchResponse>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