WebClient wc = new WebClient(); ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; wc.DownloadFile("http://www.example.com/somefile.txt", @" ...
確定! 回上一頁