C# Class LatestChatty.Classes.XMLDownloader

Inheritance: GETDownloader
Mostrar archivo Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Public Methods

Method Description
XMLDownloader ( string getURI, XMLDownloaderCallback callback ) : System

Protected Methods

Method Description
InvokeDelegate ( IAsyncResult result ) : void

Method Details

InvokeDelegate() protected method

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

XMLDownloader() public method

public XMLDownloader ( string getURI, XMLDownloaderCallback callback ) : System
getURI string
callback XMLDownloaderCallback
return System