Nandaka.Common.ExtendedWebClient.DownloadFile C# (CSharp) Method

DownloadFile() public method

public DownloadFile ( string address, string fileName ) : void
address string
fileName string
return void
        public new void DownloadFile(string address, string fileName)
        {
            base.DownloadFile(CreateUri(address), fileName);
        }