With RestSharp, it's right there in the readme: var client = new RestClient("http://example.com"); client.DownloadData(request).
確定! 回上一頁