C# Class DvachBrowser.Assets.HttpTasks.HttpGetImageTask

Inheritance: HttpGetTask
Mostrar archivo Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Public Methods

Method Description
HttpGetImageTask ( string url, Action onPostExecute ) : System

Protected Methods

Method Description
OnStreamDownloaded ( Stream stream ) : void

Private Methods

Method Description
DecodeGif ( MemoryStream stream ) : System.Windows.Media.Imaging.WriteableBitmap
ParseBitmap ( string uri, MemoryStream stream ) : void

Method Details

HttpGetImageTask() public method

public HttpGetImageTask ( string url, Action onPostExecute ) : System
url string
onPostExecute Action
return System

OnStreamDownloaded() protected method

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