Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定是恢复还是放弃先前的部分下载。
Public Property ResumePartialDownload As Boolean
public bool ResumePartialDownload {get;set;}
值为 true,则恢复先前的部分下载,值为 false,则放弃先前的部分下载。缺省值为 false。
UltraLite.NET 能够通过 ULFileTransferListener 重新启动由于通信错误或用户中止而失败的下载。UltraLite.NET 在接收下载的过程中对其进行处理。如果下载被中断,则会保留部分下载文件,并会在下一次文件传输过程中将其恢复。
如果文件在服务器上已更新,则会放弃部分下载并启动新下载。