A default implementation of ISearchEngine which uses Microsoft Bing to provide search results.

C# | Visual Basic | Visual C++ |
public class SearchEngine : ISearchEngine
Public Class SearchEngine _ Implements ISearchEngine
public ref class SearchEngine : ISearchEngine

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | SearchEngine()()() |
Instantiates a SearchEngine instance.
|
![]() | BeginSearch(SearchRequest) |
Begins an asynchronous SearchRequest against the Microsoft Bind Search SOAP service
|
![]() | Equals(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
![]() NOTE: This Url must be set before accessing the Client()()() property and also before executing the BeginSearch(SearchRequest) method. |
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | SearchEngine |