C#的HTTP开发包 HttpLib

码农软件 · 软件分类 · 网络工具包 · 2019-02-28 09:44:16

软件介绍

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);
});

本文地址:https://codercto.com/soft/d/303.html

Elements of Programming

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码