Ejemplo n.º 1
0
 public Task HttpClient()
 {
     return(CallsHttpClient.DownloadFileAsync(FilePath, BufferSize, CancellationToken.None));
 }