Soap.OPConvert.IOPConvert.Attachments

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

Delphi

property Attachments:  TSoapDataList read GetAttachments write SetAttachments;

C++

__property Soap::Soapattachintf::TSoapDataList* Attachments = {read=GetAttachments, write=SetAttachments};

プロパティ

種類 可視性 ソース ユニット
property public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

説明

SOAP リクエストまたはレスポンスに含まれるアタッチメントをカプセル化するオブジェクトを一覧表示します。

呼び出し可能なインターフェース上のメソッドでアタッチメントの受け渡しが必要な場合,これらのアタッチメントはそれぞれ TSoapAttachment オブジェクトで表されます。Attachments プロパティは,現在のメソッドの各アタッチメントに対する TSoapAttachment オブジェクトをリストします。

メモ:  IOPConvert を含むアプリケーションがアタッチメントを受信したとき,アプリケーションは受信したアタッチメントをアタッチメントが格納されているメモリにではなく一時ファイルに書き込みます。これらの一時ファイルを保存する場所は,TempDir プロパティで指定されます。

関連項目