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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The file will be written starting at the current location in the BF
Syntax
public void Download(
	string str1,
	CBF oBF2,
	int i3
)

Parameters

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