RestClient 请求接口使用
2022-12-25 15:46:41 141KB RestSharp.dll
1
下载Newtonsoft.Json.Net35.dll,RestSharp.dll,QConnectSDK.dll
2021-10-28 11:12:25 169KB DLL
1
C#版本发送http请求的dll,调用方法: var client = new RestClient(url); client.Timeout = -1; var request = new RestRequest(Method.POST); request.AlwaysMultipartFormData = true; request.AddParameter("format", "JSON"); request.AddParameter("param", param); IRestResponse response = client.Execute(request); logger.info("返回信息:{}",response.Content);
2021-10-18 22:01:41 187KB Rest http请求 工具类
1
restsharp.net http 操作类 类
2021-08-06 14:02:10 141KB http 请求
1
Http辅助类组件RestSharp。使用简单,只用到RestClient和RestRequest两种类型,同时支持上传文件
2021-03-25 17:23:07 735KB .net Http
1
dll支持4.0、3.5、net4-client、net35-client,这里面是源码,可以根据自己需求进行编译
2021-03-15 19:06:18 2.26MB RestSharp restsharp下载
1
RestSharp
2021-02-06 21:04:54 125KB web
1
C#发送http请求的高效工具,比原生的HttpWebRequest好用。
2020-01-15 03:16:53 165KB restsharp
1