Datasnap.DSHTTPClient.TDSHTTP.Patch

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Patch(const AURL: string; ASource: TStream; AResponseContent: TStream = nil);

C++

void __fastcall Patch(const System::UnicodeString AURL, System::Classes::TStream* ASource, System::Classes::TStream* AResponseContent = (System::Classes::TStream*)(0x0));

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

Sendet einen PATCH-Befehl.

In der folgende Tabelle ist die Bedeutung der Parameter aufgeführt.

Parameter Beschreibung

AURL

URL, an den der PATCH-Befehl gesendet wird.

ASource

Quell-Stream (TStream) für PATCH-Anforderungen.

AResponseContent

Antwort-Stream für PATCH-Anforderungen.

Exceptions

Exception Meldung Beschreibung

EHTTPProtocolException

<HTTP protocol version> <HTTP status code> <Reason-Phrase>

Aus der Serverantwort wird eine Protokoll-Exception ausgelöst.

Siehe auch