C# Class LatestChatty.Classes.GETDownloader

显示文件 Open project: fleabix/LatestChatty-WP7

Public Methods

Method Description
GETDownloader ( string getURI, GETDelegate callback ) : System
ResponseCallback ( IAsyncResult result ) : void

Protected Methods

Method Description
InvokeDelegate ( IAsyncResult result ) : void

Private Methods

Method Description
WorkerThread ( ) : void

Method Details

GETDownloader() public method

public GETDownloader ( string getURI, GETDelegate callback ) : System
getURI string
callback GETDelegate
return System

InvokeDelegate() protected method

protected InvokeDelegate ( IAsyncResult result ) : void
result IAsyncResult
return void

ResponseCallback() public method

public ResponseCallback ( IAsyncResult result ) : void
result IAsyncResult
return void