v9.5.0.35 Micro Update: HTTP Resume Download – Fixed PercentDone Event Callback
The PercentDone callback always began at 0 when resuming a download. If a partial file exists locally, and the download is resumed, the percent done now begins at the place based on the size of the partial file. (If 50% of the file already exists, then the percent done begins at 50%) Also, the Socket.BuildHttpGetRequest method was re-introduced. This is […]