C# Class DvachBrowser.Assets.HttpTasks.HttpGetImageTask

Inheritance: HttpGetTask
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Méthodes publiques

Méthode Description
HttpGetImageTask ( string url, Action onPostExecute ) : System

Méthodes protégées

Méthode Description
OnStreamDownloaded ( Stream stream ) : void

Private Methods

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

Method Details

HttpGetImageTask() public méthode

public HttpGetImageTask ( string url, Action onPostExecute ) : System
url string
onPostExecute Action
Résultat System

OnStreamDownloaded() protected méthode

protected OnStreamDownloaded ( Stream stream ) : void
stream Stream
Résultat void