C# Class DvachBrowser.Assets.HttpTasks.HttpGetTask

Inheritance: HttpBaseTask
ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7

Public Methods

Method Description
Execute ( ) : void

Protected Methods

Method Description
HttpGetTask ( string url ) : System
OnStreamDownloaded ( Stream stream ) : void

Private Methods

Method Description
OnGetResponseCompleted ( Task task ) : System.Threading.Tasks.Task

Method Details

Execute() public method

public Execute ( ) : void
return void

HttpGetTask() protected method

protected HttpGetTask ( string url ) : System
url string
return System

OnStreamDownloaded() protected abstract method

protected abstract OnStreamDownloaded ( Stream stream ) : void
stream Stream
return void