开发者

Python's urllib equivalent in .net

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜