开发者

Python's urllib equivalent in .net

开发者 https://www.devze.com 2023-01-12 16:46 出处:网络
Is there a 开发者_如何学Python.net equivalent for urllib I used in Python? I\'ve seen WebRequest and WebResponse classes but I wonder if there is a simpler wrapper. In urllib you can use dictionary

Is there a 开发者_如何学Python.net equivalent for urllib I used in Python?

I've seen WebRequest and WebResponse classes but I wonder if there is a simpler wrapper. In urllib you can use dictionary object (tupple) to set POST parameters while in .Net one must fiddle with streams.

Is there any free, small web client library available for .net?


You can use Webclient's UploadValues() or UploadString().

0

精彩评论

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