Click or drag to resize

CHTTPSilentDownload Method

Download file from the internet to a BF with no prompt for proxy authentication.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SilentDownload(
	string file,
	CBF bf,
	int dynamic
)

public void SilentDownload(
	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)
Remarks
The file will be written starting at the current location in the BF. No prompt for proxy authentication
See Also