개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
ConvertService/ServiceBase/Markus.Service.Convert/ConvertService.cs | ||
---|---|---|
382 | 382 |
// System.IO.Directory.CreateDirectory(ConvertProcessContext.TempDirectory); |
383 | 383 |
//} |
384 | 384 |
|
385 |
await webClient.DownloadFileTaskAsync(pdfFileUri, downloadFilePath);
|
|
385 |
webClient.DownloadFile(pdfFileUri, downloadFilePath);
|
|
386 | 386 |
webClient.Dispose(); |
387 | 387 |
} |
388 | 388 |
|
내보내기 Unified diff