Click or drag to resize

CHttp.OpenRequest Method

X#
Opens a new request.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OpenRequest(
	cMethod,
	cDocument,
	nFlags
) AS USUAL CLIPPER
Request Example View Source

Parameters

cMethod (Optional)
Type: Usual
The request verb (e.g. GET).
cDocument (Optional)
Type: Usual
The name of the target document to open.
nFlags (Optional)
Type: Usual
Contains flags used in the internal HttpOpenRequest call (see Win32 Internet API help for possible values).

Return Value

Type: Usual
TRUE if the document was opened, otherwise FALSE.
See Also