API:Datasnap.DSService.TDSJSONService.ProcessPOSTRequest

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

Delphi

procedure ProcessPOSTRequest(const Request: string; Params: TStrings; Content: TArray<Byte>;  ResponseHandler: TRequestCommandHandler); override;

C++

virtual void __fastcall ProcessPOSTRequest(const System::UnicodeString Request, System::Classes::TStrings* Params, System::DynamicArray<System::Byte> Content, Data::Dbxcommon::TRequestCommandHandler* ResponseHandler);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDSJSONService

説明

POST 要求を処理します。

Datasnap.DSService.TDSJSONService.ProcessPOSTRequest は Datasnap.DSService.TDSService.ProcessPOSTRequest を継承しています。以下の内容はすべて Datasnap.DSService.TDSService.ProcessPOSTRequest を参照しています。

POST 要求を処理します。

ProcessPOSTRequestメソッドを呼び出して、POST 要求を処理します。

ProcessPOSTRequest メソッドの引数の一覧を以下の表に示します



引数 意味

Request

元の要求を含みます。このパラメータが、NIL かまたは空になることはありません。

Params

要求パラメータを表します。

Content

要求コンテンツを含みます。通常は、更新すべき JSON オブジェクトです。

MapMethod

サーバーのメソッド名を提供するのに使用される map メソッドを表します。

Response

成功、失敗のいずれかのメッセージを含む JSON オブジェクトを表します。



関連項目