Freigeben über


BingTextSearchOptions Class

Definition

Options used to construct an instance of BingTextSearch

public sealed class BingTextSearchOptions
type BingTextSearchOptions = class
Public NotInheritable Class BingTextSearchOptions
Inheritance
BingTextSearchOptions

Constructors

BingTextSearchOptions()

Properties

Endpoint

The URI endpoint of the Bing search service. The URI must use HTTPS.

HttpClient

The HTTP client to use for making requests.

LoggerFactory

The ILoggerFactory to use for logging. If null, no logging will be performed.

ResultMapper

ITextSearchResultMapper instance that can map a BingWebPage to a TextSearchResult

StringMapper

ITextSearchStringMapper instance that can map a BingWebPage to a String

Applies to