Click or drag to resize
CHTTPDownload Method
Download file from the internet to a BF.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The file will be written starting at the current location in the BF
Syntax
public void Download(
	string file,
	CBF bf,
	int dynamic
)

Parameters

file
Type: SystemString
File Name on the HTTP site
bf
Type: GeoEngine.Core.GXNetXCBF
BF in which to place the file
dynamic
Type: SystemInt32
Dynamic content (0 - no, 1 - yes)
See Also