私は次のようなURLを持っています:
Dim processingUrl as String = "http://myIP//myPage.aspx?ID=123321123&ReportType=999"
DownloadFileAsync を使用して自分の processingUrl をダウンロードできません。次のように具体的でなければならないと思います:
http://somesite.com/file.zip
では、どうすれば自分の processingUrl をダウンロードできますか