我有一个像这样的网址:
Dim processingUrl as String = "http://myIP//myPage.aspx?ID=123321123&ReportType=999"
我无法使用 DownloadFileAsync 下载我的 processingUrl。我想它必须具体如:
http://somesite.com/file.zip
那么如何下载我的 processingUrl
我有一个像这样的网址:
Dim processingUrl as String = "http://myIP//myPage.aspx?ID=123321123&ReportType=999"
我无法使用 DownloadFileAsync 下载我的 processingUrl。我想它必须具体如:
http://somesite.com/file.zip
那么如何下载我的 processingUrl