摘要: public class RestClientMethod { /// <summary> /// 请求服务器地址 /// </summary> public string BaseUri; //例如: http://10.0.0.193 public RestClientMethod(string 阅读全文
posted @ 2020-04-27 16:42 Forbid404 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 有类: public class ImgInfo { public int fs { get; set; } public string FileName { get; set; } public string oldPricute { get; set; } } 转换: 需要添加Newtonsof 阅读全文
posted @ 2020-04-27 16:22 Forbid404 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 需求:如题,C#本地要调用Webservice接口,上传本地的照片到服务器中; 参考:客户端: https://blog.csdn.net/tiegenZ/article/details/79927670 服务端: https://www.cnblogs.com/zzzili/archive/201 阅读全文
posted @ 2020-04-27 16:10 Forbid404 阅读(1269) 评论(0) 推荐(0) 编辑