C# Class OpenIDE.Core.Packaging.FileFetcher

Mostrar archivo Open project: continuoustests/OpenIDE

Public Methods

Method Description
Download ( string source, string destination ) : bool
FileFetcher ( Action dispatch ) : System

Method Details

Download() public method

public Download ( string source, string destination ) : bool
source string
destination string
return bool

FileFetcher() public method

public FileFetcher ( Action dispatch ) : System
dispatch Action
return System