Data.Cloud.CloudAPI.TCloudHTTP.Merge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Merge(AURL: string; RequestStream: TStream);

C++

void __fastcall Merge(System::UnicodeString AURL, System::Classes::TStream* RequestStream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP

Description

Sends a MERGE command request.

Merge returns the response stream in string form.

The following table shows the significance of the parameters:

Parameter Description

AURL

URL where the MERGE command is sent

RequestStream

The stream to send as the body of the request


See Also