Archived Forum Post

Index of archived forum posts

Question:

Does CkHttp support send rate in CkHttpProgress ?

Apr 09 '13 at 08:27

I am having difficulties getting the send rate during a POST operation in CkHttp's SynchronousRequest. I use the overridden ReceiveRate method of CkHttpProgress. The name seem to indicate that it only supports receive rate for the response and not the request itself?

Or should I go about it in a completely different way. I am trying to upload a file and some form data as multipart/form-data.


Answer

Here's the new pre-release build (v9.4.1) with the SendRate callback added to CkHttpProgress:

32-bit: http://www.chilkatsoft.com/preRelease/chilkat-9.4.1-x86-vc11.zip

64-bit: http://www.chilkatsoft.com/preRelease/chilkat-9.4.1-x86_x64-vc11.zip


Answer

I added the SendRate event to CkHttpProgress. Please let me know the C++ build you need if you wish to test a pre-release. (I need to know the operating system, 32-bit/64-bit, and if Windows, which version of MSVC++)