csharp .net using url

Code Example - csharp .net using url

                
                        using (var client = new WebClient())
{
    client.DownloadFile("http://example.com/file/song/a.mpeg", "a.mpeg");
}