Click or drag to resize

CHttp.AddRequestHeaders Method

X#
Adds additional headers to the current request.

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

Parameters

cHeaders (Optional)
Type: Usual
Contains the headers to append to the request. Each header must be terminated by a CR/LF (carriage return/line feed) pair.
nModifiers (Optional)
Type: Usual
Contains values used to modify the semantics of this function (see HttpAddRequestHeaders in the Win32 Internet API help for possible values).

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also