var client = new JsonServiceClient(baseUrl); var fileToUpload = new FileInfo("path/to/file.txt"); var response = client.PostFile< ...
確定! 回上一頁