C# 클래스 DvachBrowser.Assets.HttpTasks.HttpGetStringTask

상속: HttpGetTask
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7 1 사용 예제들

공개 메소드들

메소드 설명
HttpGetStringTask ( string url, Action onPostExecute ) : System

보호된 메소드들

메소드 설명
OnStreamDownloaded ( Stream stream ) : void

비공개 메소드들

메소드 설명
ParseString ( MemoryStream stream ) : void

메소드 상세

HttpGetStringTask() 공개 메소드

public HttpGetStringTask ( string url, Action onPostExecute ) : System
url string
onPostExecute Action
리턴 System

OnStreamDownloaded() 보호된 메소드

protected OnStreamDownloaded ( Stream stream ) : void
stream Stream
리턴 void