RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IOPConvert.Attachments Property

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

Pascal
property Attachments: TSoapDataList;
C++
__property TSoapDataList Attachments;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!