GetResource Method
Get a resource using the WebDAV GET method.
Syntax
void __fastcall GetResource(String ResourceURI);Remarks
Fetch the resource using the WebDAV GET method. The resource contents are delivered through the Transfer event, and the HTTP response headers through the Header event.