CHttp.GetDocumentByURL Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetDocumentByURL(
Usual cURL = default,
Usual nFlags = default
)
Request Example
View SourceParameters
- 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