Click or drag to resize
CHTTPGet Method
Get data from a server.

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
Full contents of the BF are sent in an HTTP GET message. BF pointer is returned to location before the call. request URL will be: http://server/path?search
Syntax
public void Get(
	string str1,
	string str2,
	CBF oBF3,
	CBF oBF4
)

Parameters

str1
Type: SystemString
http path (file or an ISAPI DLL), no spaces
str2
Type: SystemString
http search string, no spaces
oBF3
Type: GeoEngine.Core.GXNetCBF
data to send
oBF4
Type: GeoEngine.Core.GXNetCBF
data returned
See Also