开发者

process a file stored remotely on web

开发者 https://www.devze.com 2023-01-26 11:05 出处:网络
Can I开发者_JS百科 just use File.Open to open such file? Is it the recommended way?You need to download the file using WebRequest or WebClient classes and then you can open it.No, you should use WebRe

Can I开发者_JS百科 just use File.Open to open such file? Is it the recommended way?


You need to download the file using WebRequest or WebClient classes and then you can open it.


No, you should use WebRequest or WebClient.

0

精彩评论

暂无评论...
验证码 换一张
取 消