I'm using BackgroundTransferRequest
in WP8 application for uploading a file to my server. The server receives the file and send a response back with some useful info regarding uploaded file. How can I get this info?
It seems there's no API for that (shamely). Probably, I'm missing something.
Note that request.BytesReceived
property returns 99 bytes, looks like request knows that some data is returned from server, but I've no idea how to get it.