Click or drag to resize
CHTTPSilentDownload Method
Download file from the internet to a BF with no prompt for proxy authentication.

Available since Oasis montaj version: 8.2.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. No prompt for proxy authentication
Syntax
public void SilentDownload(
	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