webAPI
某某l
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
.net 基础连接已经关闭: 发送时发生错误.
WebClient 请求的时候出现 “基础连接已经关闭: 发送时发生错误” 问题 ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072 | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls|SecurityProtocolType.Tls11;原创 2020-05-14 17:23:24 · 2855 阅读 · 0 评论 -
封装调用api接口的通用方法(抱含存调用接口日志)
protected static readonly log4net.ILog _log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); /// <summary> /// get请求 ...原创 2019-08-27 12:07:20 · 1429 阅读 · 0 评论
分享