代码改变世界

随笔档案-2020年08月

HttpClient + IIS压缩动态内容

2020-08-11 21:33 by 山不转水转..., 183 阅读, 收藏,
摘要: IIS 设置 HttpClient设置 var handler = new HttpClientHandler { UseProxy = useProxy }; if (handler.SupportsAutomaticDecompression) { handler.AutomaticDecomp 阅读全文