Called when a file downloading operation has completed (though it may have been cancelled).
Called when a file downloading operation has completed (though it may have been cancelled).
protected virtual void OnDownloaded(byte[],string,Exception);
Called when a file downloading operation has completed (though it may have been cancelled).
protected virtual void OnDownloaded(Stream,string,Exception);
Called when a file downloading operation has completed (though it may have been cancelled).
protected virtual void OnDownloaded(string,string,Exception);