摘要: //Sender using System.Net.Sockets; using System.Security.AccessControl; namespace ConsoleApp18 { internal class Program { static async Task Main(strin 阅读全文
posted @ 2025-10-11 17:42 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: //sender; class FileSender { private readonly HttpClient _httpClient; public FileSender() { _httpClient = new HttpClient { Timeout = TimeSpan.FromHour 阅读全文
posted @ 2025-10-11 14:10 FredGrit 阅读(7) 评论(0) 推荐(0)