C# 클래스 WIKI.Helpers.ExternalIntegration

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-cincar 1 사용 예제들

공개 메소드들

메소드 설명
SearchStackOverflow ( string a ) : List

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

SearchWikipedia ( string a ) : List

비공개 메소드들

메소드 설명
ExtractJsonResponse ( WebResponse response ) : string
GetWikiByXml ( string a ) : IEnumerable

메소드 상세

SearchStackOverflow() 공개 메소드

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

SearchWikipedia() 공개 메소드

public SearchWikipedia ( string a ) : List
a string
리턴 List