摘要: public class GZipWebClient : WebClient { public GZipWebClient(int timeout = 5000) { this.Timeout = timeout; } public int Timeout { get; set; } = 5000; 阅读全文
posted @ 2021-12-22 14:40 逍遥子k 阅读(291) 评论(0) 推荐(0) 编辑