摘要: /// /// 重试 /// public class RetryHandler : DelegatingHandler { private const int maxRetries = 3; /// /// 重试 ... 阅读全文
posted @ 2016-09-30 14:04 94cool 阅读(519) 评论(0) 推荐(0)