我有一个方法,看起来像 public Task<HttpResponseMessage> GetLocationResponse(string url, string countryName = "The Netherlands", string cityName = "The Hague")) var httpClient = new HttpClient(); query["countryName&
我有一个RestSharp客户端和。我想要的是
从RestSharp客户端将二进制文件和Json数据作为多部分表单数据发送,并能够从Nancy获取二进制文件和Json对象At Client使用Restsharp:[ ]我尝试发送"multipart/form- data“请求,其中包含一个二进制文件和一些json格式的元数据:
var client = new RestC