Hi Steve,
Currently I am using http_request
void set_response_stream(
concurrency::streams::ostream stream
);
This gives response in streams a asynchronously.
As per my flow, I have storagefile created with the downloaded file extension. I want to write my downloaded file bytes in this file which is working fine.
Prashant
Currently I am using http_request
void set_response_stream(
concurrency::streams::ostream stream
);
This gives response in streams a asynchronously.
As per my flow, I have storagefile created with the downloaded file extension. I want to write my downloaded file bytes in this file which is working fine.
Prashant