Click or drag to resize

UtilityInvokeDownloader Method

Start an asynchronous download operation. The download runs in a separate appdomain. After triggering that process this method returns immediately.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void InvokeDownloader(
	string sourceUri,
	string targetUri,
	bool silent
)

Parameters

sourceUri
Type: SystemString
Uri of data to download.
targetUri
Type: SystemString
Uri of file on local disk where to store downloaded data.
silent
Type: SystemBoolean
If true the download will not display any user interface.
See Also