REST.HttpClient.TRESTHTTP.Patch

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP


説明

HTTP PATCH を実行します。

関連項目