Silverlight SDK for Microsoft Bing
SearchEngine Class
OverviewMicrosoft.BingSearchEngine
A default implementation of ISearchEngine which uses Microsoft Bing to provide search results.
Declaration Syntax
C#Visual BasicVisual C++
public class SearchEngine : ISearchEngine
Public Class SearchEngine _
	Implements ISearchEngine
public ref class SearchEngine : ISearchEngine
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
SearchEngine()()()
Instantiates a SearchEngine instance.

BeginSearch(SearchRequest)
Begins an asynchronous SearchRequest against the Microsoft Bind Search SOAP service

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
Event which fires when an error occurs when executing a search

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
QueryTimeElapsed
Gets a TimeSpan value which defines the amount of time consumed by the last search call

SearchCompleted
Event which fires when a search completes.

ServiceUrl
Gete/Sets the Service Url endpoint for the Microsoft Bing search (SOAP) web service
Remarks
NOTE: This Url must be set before accessing the Client()()() property and also before executing the BeginSearch(SearchRequest) method.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SearchEngine

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)