IWeb Interface

Definition

Web operations.

public interface IWeb
type IWeb = interface
Public Interface IWeb
Derived

Methods

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.

Extension Methods

SearchAsync(IWeb, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, CancellationToken)

The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.

Applies to