DSAzure.TAzureHTTP.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
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP

Description

Sends a MERGE command type request.

The Merge method sends a MERGE command type request. Merge returns the server response for the issued command.

AURL is the URL (Uniform Resource Locator) where the MERGE command is sent.

See Also