Method | 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 |
Method | 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 ) : |
||
doSpellingSuggestion ( string key, string phrase ) : string |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GoogleSearchService ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public doGetCachedPageAsync ( string key, string url ) : void | ||
key | string | |
url | string | |
return | void |
public doGetCachedPageAsync ( string key, string url, object userState ) : void | ||
key | string | |
url | string | |
userState | object | |
return | void |
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 | |
return | void |
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 | |
return | void |
public doSpellingSuggestionAsync ( string key, string phrase ) : void | ||
key | string | |
phrase | string | |
return | void |
public doSpellingSuggestionAsync ( string key, string phrase, object userState ) : void | ||
key | string | |
phrase | string | |
userState | object | |
return | void |