Click or drag to resize

CHttp.GetDocumentByURL Method

X#
Retrieves a document from the server.

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

Parameters

cURL (Optional)
Type: Usual
The URL of the document to retrieve.
nFlags (Optional)
Type: Usual
** missing parameter documentation **

Return Value

Type: Usual
The document as a string.
See Also