Soap.OPToSOAPDomConv.TOPToSoapDomConvert.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.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TOPToSoapDomConvert

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 TOPToSoapDomConvert 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