How to get the Download/Upload status(in %) from Http Client in Windows 8.1 Universal App?
问题 I have a spec in which there is a need to ignore HTTPS certificates and also to get the status of Upload/Download. I am using HttpClient to ignore the certificate but i could not find the way to get the status of downloading/Uploading. I know it was there in WebClient Windows Phone 8 and Webclient not there in Windows 8.1. So please guide me to accomplish both these things. 回答1: For Download progress, You can return response stream from your Http request and can use below code to write to