Click or drag to resize

CHttp.SendRequest Method

X#
Sends a request to the server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SendRequest(
	cHeaders,
	pData,
	nDataSize
) AS USUAL CLIPPER
Request Example View Source

Parameters

cHeaders (Optional)
Type: Usual
Additional headers (optional).
pData (Optional)
Type: Usual
Pointer to data of size nDataSize (optional).
nDataSize (Optional)
Type: Usual
The size of the data in pData (optional but must be provided if pData is used).

Return Value

Type: Usual
TRUE if the request is successful, otherwise FALSE.
See Also