Click or drag to resize

CHTTP.Post Method

Post data to the server.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void Post(
	string cl,
	string method,
	CBF bf
)

public void Post(
	string cl,
	string method,
	CBF bf
)

Parameters

cl
Type: System.String
Http path (file or an ISAPI DLL)
method
Type: System.String
Http search string, no spaces
bf
Type: GeoEngine.Core.GXNet.CBF
Data to post
Remarks
Full contents of the BF are sent as an HTTP POST message. request URL will be: http://server/path?search
See Also