
http请求类
mingcsharp
c#开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
下载vs样式文件
public void DownloadStyles(int count) { for (int i = 1; i <= count; i++) { string url = string.Format("https://studiostyl.es/settings/downloadScheme/{0}?version=14.1", i); string fullName..原创 2022-03-16 14:06:08 · 328 阅读 · 0 评论 -
HttpHelper上传下载请求,表单的提交
public sealed class HttpHelper { /// <summary> /// 最原始的请求,包括常用的参数 字符串参数 /// </summary> /// <param name="url"></param> /// <par...原创 2018-05-31 14:15:27 · 1345 阅读 · 0 评论