Click or drag to resize

CHttp.GetDocumentFromServer Method

X#
Retrieves a document from the server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetDocumentFromServer(
	cServer,
	cDocument,
	cID,
	cPw
) AS USUAL CLIPPER
Request Example View Source

Parameters

cServer (Optional)
Type: Usual
The server to retrieve the file from.
cDocument (Optional)
Type: Usual
The document to retrrieve.
cID (Optional)
Type: Usual
Optional user ID.
cPw (Optional)
Type: Usual
Optional password.

Return Value

Type: Usual
The document as a string.
See Also