C# Class FalcoA.Core.DownloadHelper

Mostrar archivo Open project: TaikorInc/FalcoA

Public Methods

Method Description
DownloadFile ( String url, String saveTo, String extension = null ) : System.Boolean

Private Methods

Method Description
GeneratePath ( String dir, String url, String forceExt = null ) : String

Method Details

DownloadFile() public static method

public static DownloadFile ( String url, String saveTo, String extension = null ) : System.Boolean
url String
saveTo String
extension String
return System.Boolean