Datasnap.DSHTTPClient.TDSHTTP.Merge
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: TDSHTTP |
Delphi
procedure Merge(const AURL: string; ARequestStream: TStream = nil);
C++
void __fastcall Merge(const System::UnicodeString AURL, System::Classes::TStream* ARequestStream = (System::Classes::TStream*)(0x0));
Description
Sends a MERGE command request.
The following table shows the significance of the parameters.
Parameter | Description |
---|---|
|
URL where the MERGE command is sent. |
|
The stream to send as the body of the request. |
Exceptions
Exception | Message | Description |
---|---|---|
|
A protocol exception is raised from the server response. |