SearchServiceClient Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains the methods used to make requests to the Search Service.

Note The name of this class and its constructor may be different depending on the tool you use to generate the client proxy classes.

Syntax

public class SearchServiceClient : System.ServiceModel.ClientBase<ISearchService>
Public Class SearchServiceClient Inherits System.ServiceModel.ClientBase(Of ISearchService)

Constructor

Name

Description

SearchServiceClient 

Initializes a new instance of a SearchServiceClient object.

Public Methods

Name

Description

Search 

Performs a search based on a given query and options.

See Also

SearchRequest Class
SearchResponse Class