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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 cl,
	string method,
	CBF bf,
	CBF ret_bf
)

Parameters

cl
Type: SystemString
Http path (file or an ISAPI DLL), no spaces
method
Type: SystemString
Http search string, no spaces
bf
Type: GeoEngine.Core.GXNetXCBF
Data to send
ret_bf
Type: GeoEngine.Core.GXNetXCBF
Data returned
See Also