转自http://www.oschina.net/p/c-sharp-http-client
这是一个 HTTP 客户端开发包 ,提供非常简单的 API,采用 C# 编写用来发送 HTTP 请求以及接收 HTTP 回应。
该库比 .NET 自带的 HttpWebRequest 要简单得多,类似 Java 版的 HttpClient。支持 GET、POST 和文件上传,支持重定向和代理服务器。
目前还不支持的:
- Transfer-Encoding: gzip
- Requests with keep-alive header.
- Expiration of cookies.
- Using proxies that need password.
- HTTPS and SSL.