- 授权协议: GPLv2
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://httplib.codeplex.com/
- 软件文档: http://httplib.codeplex.com/
软件介绍
HttpLib 可以用来简化在 C# 应用中异步的访问 Web 服务的操作。同时包含文件上传和访问网页的方法。
支持:
- GET
-
POST
- Form Encoded
- Multipart File Upload
- PUT
- HEAD
- DELETE
示例代码:
using Redslide.HttpLib;
Request.Get("http://www.oschina.net/",
result=>
{
Console.Write(result);
});
Elements of Programming
Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99
Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!
