C# Class WIKI.Helpers.ExternalIntegration

显示文件 Open project: fitba/km-2013-projects-team-cincar Class Usage Examples

Public Methods

Method Description
SearchStackOverflow ( string a ) : List

http://stackoverflow.com/questions/6031003/stackoverflow-search-api

SearchWikipedia ( string a ) : List

Private Methods

Method Description
ExtractJsonResponse ( WebResponse response ) : string
GetWikiByXml ( string a ) : IEnumerable

Method Details

SearchStackOverflow() public method

http://stackoverflow.com/questions/6031003/stackoverflow-search-api
public SearchStackOverflow ( string a ) : List
a string
return List

SearchWikipedia() public method

public SearchWikipedia ( string a ) : List
a string
return List