C# Class Microsoft.Common.Core.Net.FileDownloader

Inheritance: IFileDownloader
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
Download ( string url, string dstPath, CancellationToken ct ) : string

Method Details

Download() public method

public Download ( string url, string dstPath, CancellationToken ct ) : string
url string
dstPath string
ct System.Threading.CancellationToken
return string