Soap.OPConvert.IOPConvert.Attachments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attachments:  TSoapDataList read GetAttachments write SetAttachments;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Description

Lists the objects that encapsulate the attachments included with the SOAP request or its response.

When a method on an invokable interface requires the user to send or receive attachments, these attachments are each represented by a TSoapAttachment object. Attachments lists the TSoapAttachment objects for each attachment of the current method.

Note: When the application that contains IOPConvert receives attachments, it writes them to a temporary file rather than storing them in memory. The location for these temporary files is specified by the TempDir property.

See Also