Check out example codes for "c# download file". It will help you in understanding the concepts better.
Code Example 1
using System.Net;
using (WebClient web1 = new WebClient())
web1.DownloadFile("URL", "FileName");
}
Learn ReactJs, React Native from akashmittal.com