 | 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
Syntaxpublic void SilentDownload(
string file,
CBF bf,
int dynamic
)
public void SilentDownload(
string file,
CBF bf,
int dynamic
)
Public Sub SilentDownload (
file As String,
bf As CBF,
dynamic As Integer
)
Public Sub SilentDownload (
file As String,
bf As CBF,
dynamic As Integer
)
public:
void SilentDownload(
String^ file,
CBF^ bf,
int dynamic
)
public:
void SilentDownload(
String^ file,
CBF^ bf,
int dynamic
)
member SilentDownload :
file : string *
bf : CBF *
dynamic : int -> unit
member SilentDownload :
file : string *
bf : CBF *
dynamic : int -> unit
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