WinRT StorageFile write downloaded file

后端 未结 3 695
不思量自难忘°
不思量自难忘° 2021-01-04 22:23

I\'m struggling with a easy problem. I want to download an image from web using this code:

WebRequest requestPic = WebRequest.Create(@\"http://something.com/         


        
3条回答
  •  日久生厌
    2021-01-04 23:01

    That can be done using the C++ REST SDK in Windows Store Apps. It's explained by HTTP Client Tutorial.

提交回复
热议问题