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 a convenience method for building a simple HTTP GET request. For any more complex HTTP GET requests, use the Chilkat.HttpRequest object instead. (This method was removed temporarily due to cross-linkage with all of the internal HTTP infrastructure which caused additional unused baggage to be linked into an executable. It was rewritten to avoid this linkage.)