C# Class LatestChatty.Classes.GETDownloader

Afficher le fichier Open project: fleabix/LatestChatty-WP7

Méthodes publiques

Méthode Description
GETDownloader ( string getURI, GETDelegate callback ) : System
ResponseCallback ( IAsyncResult result ) : void

Méthodes protégées

Méthode Description
InvokeDelegate ( IAsyncResult result ) : void

Private Methods

Méthode Description
WorkerThread ( ) : void

Method Details

GETDownloader() public méthode

public GETDownloader ( string getURI, GETDelegate callback ) : System
getURI string
callback GETDelegate
Résultat System

InvokeDelegate() protected méthode

protected InvokeDelegate ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

ResponseCallback() public méthode

public ResponseCallback ( IAsyncResult result ) : void
result IAsyncResult
Résultat void