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,long,Exception,long,DateTime);
Called when a file downloading operation has completed (though it may have been cancelled).
protected virtual void OnDownloaded(Stream,string,long,Exception,long,DateTime);
Called when a file downloading operation has completed (though it may have been cancelled).
protected virtual void OnDownloaded(string,string,long,bool,Exception,long,DateTime);