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

상속: HttpGetTask
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

공개 메소드들

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

보호된 메소드들

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

메소드 상세

HttpGetStreamTask() 공개 메소드

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

OnStreamDownloaded() 보호된 메소드

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