BingTextSearchOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |