C# Class LyricsEngine.Google.GoogleSearchService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: MediaPortal/MPTagThat

Méthodes publiques

Méthode Description
CancelAsync ( object userState ) : void
GoogleSearchService ( ) : System.Diagnostics
doGetCachedPageAsync ( string key, string url ) : void
doGetCachedPageAsync ( string key, string url, object userState ) : void
doGoogleSearchAsync ( string key, string q, int start, int maxResults, bool filter, string restrict, bool safeSearch, string lr, string ie, string oe ) : void
doGoogleSearchAsync ( string key, string q, int start, int maxResults, bool filter, string restrict, bool safeSearch, string lr, string ie, string oe, object userState ) : void
doSpellingSuggestionAsync ( string key, string phrase ) : void
doSpellingSuggestionAsync ( string key, string phrase, object userState ) : void

Private Methods

Méthode Description
IsLocalFileSystemWebService ( string url ) : bool
OndoGetCachedPageOperationCompleted ( object arg ) : void
OndoGoogleSearchOperationCompleted ( object arg ) : void
OndoSpellingSuggestionOperationCompleted ( object arg ) : void
doGetCachedPage ( string key, string url ) : byte[]
doGoogleSearch ( string key, string q, int start, int maxResults, bool filter, string restrict, bool safeSearch, string lr, string ie, string oe ) : GoogleSearchResult
doSpellingSuggestion ( string key, string phrase ) : string

Method Details

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

GoogleSearchService() public méthode

public GoogleSearchService ( ) : System.Diagnostics
Résultat System.Diagnostics

doGetCachedPageAsync() public méthode

public doGetCachedPageAsync ( string key, string url ) : void
key string
url string
Résultat void

doGetCachedPageAsync() public méthode

public doGetCachedPageAsync ( string key, string url, object userState ) : void
key string
url string
userState object
Résultat void

doGoogleSearchAsync() public méthode

public doGoogleSearchAsync ( string key, string q, int start, int maxResults, bool filter, string restrict, bool safeSearch, string lr, string ie, string oe ) : void
key string
q string
start int
maxResults int
filter bool
restrict string
safeSearch bool
lr string
ie string
oe string
Résultat void

doGoogleSearchAsync() public méthode

public doGoogleSearchAsync ( string key, string q, int start, int maxResults, bool filter, string restrict, bool safeSearch, string lr, string ie, string oe, object userState ) : void
key string
q string
start int
maxResults int
filter bool
restrict string
safeSearch bool
lr string
ie string
oe string
userState object
Résultat void

doSpellingSuggestionAsync() public méthode

public doSpellingSuggestionAsync ( string key, string phrase ) : void
key string
phrase string
Résultat void

doSpellingSuggestionAsync() public méthode

public doSpellingSuggestionAsync ( string key, string phrase, object userState ) : void
key string
phrase string
userState object
Résultat void